Octavia Color Palette

Discover the beautiful Octavia color palette featuring wewak (#f3a5b3), we peep (#f2c5d3), light orchid (#e8b0d3), prelude (#d7b9e4) and periwinkle gray (#c4c2e5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withFeminine, Light, Modern, Pink, 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 Octavia palette

Share this palette to:

💻 Octavia color palette CSS

/* CSS */
.color-1 {
color: #f3a5b3;
}
.color-2 {
color: #f2c5d3;
}
.color-3 {
color: #e8b0d3;
}
.color-4 {
color: #d7b9e4;
}
.color-5 {
color: #c4c2e5;
}

/* CSS Variables */
:root {
--color-1: #f3a5b3;
--color-2: #f2c5d3;
--color-3: #e8b0d3;
--color-4: #d7b9e4;
--color-5: #c4c2e5;
}

🌈 Octavia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a5b3, #f2c5d3, #e8b0d3, #d7b9e4, #c4c2e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a5b3, #f2c5d3, #e8b0d3, #d7b9e4, #c4c2e5);
}

Octavia color palette created on .