Cyrene Color Palette
Discover the beautiful Cyrene color palette featuring danube (#5e9fd4), regent st blue (#a5d4e3), sidecar (#f2e1b5), mandys pink (#f4b3ba) and flame pea (#d05b3e).
Brightness
Saturation
Warmth
💡 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 Cyrene palette
💻 Cyrene color palette CSS
/* CSS */
.color-1 {
color: #5e9fd4;
}
.color-2 {
color: #a5d4e3;
}
.color-3 {
color: #f2e1b5;
}
.color-4 {
color: #f4b3ba;
}
.color-5 {
color: #d05b3e;
}
/* CSS Variables */
:root {
--color-1: #5e9fd4;
--color-2: #a5d4e3;
--color-3: #f2e1b5;
--color-4: #f4b3ba;
--color-5: #d05b3e;
} 🌈 Cyrene background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e9fd4, #a5d4e3, #f2e1b5, #f4b3ba, #d05b3e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e9fd4, #a5d4e3, #f2e1b5, #f4b3ba, #d05b3e);
} 🔗 Explore similar color palettes
Cyrene color palette created on .