Perfume Color Palette

Discover the beautiful Perfume color palette featuring desert sand (#f2d0c0), light orchid (#e8b5d0), light wisteria (#d1a3e0), biloba flower (#b7a1e8) and dull lavender (#8fa0e6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Feminine, Light, Pink, Purple, Soft, Spring, Summer, Vibrant 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 Perfume palette

Share this palette to:

💻 Perfume color palette CSS

/* CSS */
.color-1 {
color: #f2d0c0;
}
.color-2 {
color: #e8b5d0;
}
.color-3 {
color: #d1a3e0;
}
.color-4 {
color: #b7a1e8;
}
.color-5 {
color: #8fa0e6;
}

/* CSS Variables */
:root {
--color-1: #f2d0c0;
--color-2: #e8b5d0;
--color-3: #d1a3e0;
--color-4: #b7a1e8;
--color-5: #8fa0e6;
}

🌈 Perfume background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d0c0, #e8b5d0, #d1a3e0, #b7a1e8, #8fa0e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d0c0, #e8b5d0, #d1a3e0, #b7a1e8, #8fa0e6);
}

Perfume color palette created on .