T
ToolPrime

Soft Pink Color Palette

A gentle, muted pink palette for elegant and calming designs. Ideal for beauty, weddings, and wellness brands.

Dusty Rose

HEX: #c97587

RGB: rgb(201, 117, 135)

HSL: hsl(347, 44%, 62%)

Muted Pink

HEX: #e08e9d

RGB: rgb(224, 142, 157)

HSL: hsl(349, 57%, 72%)

Soft Pink

HEX: #f4a7b9

RGB: rgb(244, 167, 185)

HSL: hsl(346, 78%, 81%)

Cotton Candy

HEX: #f9c9d4

RGB: rgb(249, 201, 212)

HSL: hsl(346, 80%, 88%)

Pink Whisper

HEX: #fde8ee

RGB: rgb(253, 232, 238)

HSL: hsl(343, 84%, 95%)

CSS Variables

:root {
  --soft-pink-1: #c97587;
  --soft-pink-2: #e08e9d;
  --soft-pink-3: #f4a7b9;
  --soft-pink-4: #f9c9d4;
  --soft-pink-5: #fde8ee;
}

Tailwind CSS Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'soft-pink': {
          '100': '#c97587',
          '200': '#e08e9d',
          '300': '#f4a7b9',
          '400': '#f9c9d4',
          '500': '#fde8ee',
        },
      },
    },
  },
}

Use Cases

Beauty products
Wedding stationery
Wellness brands
Baby products

Related Palettes

Frequently Asked Questions

Are pastel pinks still trendy in design?
Yes. Pastel pinks remain popular, especially in the millennial pink trend. They convey softness, empathy, and modernity when paired with clean typography.
How do I keep a pastel pink design from looking too feminine?
Pair pastel pink with strong geometrics, bold typography, and neutral tones like charcoal or navy. Adding structured layouts prevents the design from feeling overly soft.