Serene Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Harmony palette

Share this palette to:

Serene Harmony color palette CSS

/* CSS */
.color-1 {
color: #194f71;
}
.color-2 {
color: #4d8d9d;
}
.color-3 {
color: #73c4b7;
}
.color-4 {
color: #a1e3cf;
}
.color-5 {
color: #f2f8f2;
}

/* CSS Variables */
:root {
--color-1: #194f71;
--color-2: #4d8d9d;
--color-3: #73c4b7;
--color-4: #a1e3cf;
--color-5: #f2f8f2;
}

Serene Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #194f71, #4d8d9d, #73c4b7, #a1e3cf, #f2f8f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #194f71, #4d8d9d, #73c4b7, #a1e3cf, #f2f8f2);
}

Serene Harmony color palette created on .