Refined Serenity Color Palette
Discover the beautiful Refined Serenity color palette featuring te papa green (#203240), pickled bluewood (#2e4851), fiord (#3f5c69), cutty sark (#577a7f) and slate gray (#648087).
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: #203240;
}
.color-2 {
color: #2e4851;
}
.color-3 {
color: #3f5c69;
}
.color-4 {
color: #577a7f;
}
.color-5 {
color: #648087;
}
/* CSS Variables */
:root {
--color-1: #203240;
--color-2: #2e4851;
--color-3: #3f5c69;
--color-4: #577a7f;
--color-5: #648087;
} 🌈 Refined Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #203240, #2e4851, #3f5c69, #577a7f, #648087);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #203240, #2e4851, #3f5c69, #577a7f, #648087);
} 🔗 Explore similar color palettes
Refined Serenity color palette created on .