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: #dde9ee;
}
.color-2 {
color: #c8dbe4;
}
.color-3 {
color: #b6cfdd;
}
.color-4 {
color: #a0c1d4;
}
.color-5 {
color: #8db6ce;
}

/* CSS Variables */
:root {
--color-1: #dde9ee;
--color-2: #c8dbe4;
--color-3: #b6cfdd;
--color-4: #a0c1d4;
--color-5: #8db6ce;
}

Serenity in Blue Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dde9ee, #c8dbe4, #b6cfdd, #a0c1d4, #8db6ce);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dde9ee, #c8dbe4, #b6cfdd, #a0c1d4, #8db6ce);
}

Similar color palettes

Serenity in Blue Hues color palette created on .