Serenity in Blue Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serenity in Blue Hues palette

Share this palette to:

Serenity in Blue Hues color palette CSS

/* CSS */
.color-1 {
color: #e0ecf0;
}
.color-2 {
color: #cfe0e7;
}
.color-3 {
color: #bad2de;
}
.color-4 {
color: #a4c4d6;
}
.color-5 {
color: #8cb6cf;
}

/* CSS Variables */
:root {
--color-1: #e0ecf0;
--color-2: #cfe0e7;
--color-3: #bad2de;
--color-4: #a4c4d6;
--color-5: #8cb6cf;
}

Serenity in Blue Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0ecf0, #cfe0e7, #bad2de, #a4c4d6, #8cb6cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0ecf0, #cfe0e7, #bad2de, #a4c4d6, #8cb6cf);
}

Serenity in Blue Hues color palette created on .