Sonia Nevermind Color Palette

Discover the beautiful Sonia Nevermind color palette featuring tapestry (#b8608e), twilight (#e2c9d7), albescent white (#f4e2c9), rajah (#f6ad85) and new york pink (#d78586).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCoral, Cream, Earthy, Feminine, Light, Peach, Pink, Soft, Vintage, Warm color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Sonia Nevermind palette

Share this palette to:

💻 Sonia Nevermind color palette CSS

/* CSS */
.color-1 {
color: #b8608e;
}
.color-2 {
color: #e2c9d7;
}
.color-3 {
color: #f4e2c9;
}
.color-4 {
color: #f6ad85;
}
.color-5 {
color: #d78586;
}

/* CSS Variables */
:root {
--color-1: #b8608e;
--color-2: #e2c9d7;
--color-3: #f4e2c9;
--color-4: #f6ad85;
--color-5: #d78586;
}

🌈 Sonia Nevermind background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8608e, #e2c9d7, #f4e2c9, #f6ad85, #d78586);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8608e, #e2c9d7, #f4e2c9, #f6ad85, #d78586);
}

Sonia Nevermind color palette created on .