Refined Serenity Color Palette
Discover the beautiful Refined Serenity color palette featuring hoki (#6588a4), neptune (#7ba8b7), polo blue (#91b8ca), ziggurat (#b3d6db) and botticelli (#c5dce2).
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 Refined Serenity palette
💻 Refined Serenity color palette CSS
/* CSS */
.color-1 {
color: #6588a4;
}
.color-2 {
color: #7ba8b7;
}
.color-3 {
color: #91b8ca;
}
.color-4 {
color: #b3d6db;
}
.color-5 {
color: #c5dce2;
}
/* CSS Variables */
:root {
--color-1: #6588a4;
--color-2: #7ba8b7;
--color-3: #91b8ca;
--color-4: #b3d6db;
--color-5: #c5dce2;
} 🌈 Refined Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6588a4, #7ba8b7, #91b8ca, #b3d6db, #c5dce2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6588a4, #7ba8b7, #91b8ca, #b3d6db, #c5dce2);
} 🔗 Explore similar color palettes
Refined Serenity color palette created on .