Serenity in Soft Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serenity in Soft Hues palette

Share this palette to:

Serenity in Soft Hues color palette CSS

/* CSS */
.color-1 {
color: #d9dee7;
}
.color-2 {
color: #a3c4f0;
}
.color-3 {
color: #bdadb8;
}
.color-4 {
color: #74acec;
}
.color-5 {
color: #717fa8;
}

/* CSS Variables */
:root {
--color-1: #d9dee7;
--color-2: #a3c4f0;
--color-3: #bdadb8;
--color-4: #74acec;
--color-5: #717fa8;
}

Serenity in Soft Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9dee7, #a3c4f0, #bdadb8, #74acec, #717fa8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9dee7, #a3c4f0, #bdadb8, #74acec, #717fa8);
}

Similar color palettes

Scroll down to explore 2 Light gray color palettes

Serenity in Soft Hues color palette created on .