Olivia Color Palette

Discover the beautiful Olivia color palette featuring chantilly (#f9c8d1), wewak (#f2a6b3), carissma (#e58b98), charm (#d66b7b) and hippie pink (#aa4b5b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Coral, Feminine, Pink, Soft, Spring, Sunset, 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 Olivia palette

Share this palette to:

💻 Olivia color palette CSS

/* CSS */
.color-1 {
color: #f9c8d1;
}
.color-2 {
color: #f2a6b3;
}
.color-3 {
color: #e58b98;
}
.color-4 {
color: #d66b7b;
}
.color-5 {
color: #aa4b5b;
}

/* CSS Variables */
:root {
--color-1: #f9c8d1;
--color-2: #f2a6b3;
--color-3: #e58b98;
--color-4: #d66b7b;
--color-5: #aa4b5b;
}

🌈 Olivia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c8d1, #f2a6b3, #e58b98, #d66b7b, #aa4b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c8d1, #f2a6b3, #e58b98, #d66b7b, #aa4b5b);
}

Olivia color palette created on .