Olivia Color Palette

Discover the beautiful Olivia color palette featuring ronchi (#f1c84b), cashmere (#e9b79f), my pink (#d6a18f), bouquet (#a66e8d) and butterfly bush (#5c4b86).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, Elegant, Feminine, Fun, Modern, Pink, Summer, Violet, Yellow 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: #f1c84b;
}
.color-2 {
color: #e9b79f;
}
.color-3 {
color: #d6a18f;
}
.color-4 {
color: #a66e8d;
}
.color-5 {
color: #5c4b86;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #e9b79f;
--color-3: #d6a18f;
--color-4: #a66e8d;
--color-5: #5c4b86;
}

🌈 Olivia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #e9b79f, #d6a18f, #a66e8d, #5c4b86);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #e9b79f, #d6a18f, #a66e8d, #5c4b86);
}

Olivia color palette created on .