Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serenity palette
Color Inspiration
Images that showcase this color palette in real designs
Download Serenity Color Palette (PNG)
Serenity color palette CSS
/* CSS */
.color-1 {
color: #7eb1d3;
}
.color-2 {
color: #9fd6e5;
}
.color-3 {
color: #f1f8f3;
}
.color-4 {
color: #f4d3a4;
}
.color-5 {
color: #e8a4a1;
}
/* CSS Variables */
:root {
--color-1: #7eb1d3;
--color-2: #9fd6e5;
--color-3: #f1f8f3;
--color-4: #f4d3a4;
--color-5: #e8a4a1;
}
Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7eb1d3, #9fd6e5, #f1f8f3, #f4d3a4, #e8a4a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7eb1d3, #9fd6e5, #f1f8f3, #f4d3a4, #e8a4a1);
}
Similar color palettes
Serenity color palette created on .