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: #a8c9e1;
}
.color-2 {
color: #c2e1e5;
}
.color-3 {
color: #f6d6a7;
}
.color-4 {
color: #f8c6a5;
}
.color-5 {
color: #f09e9e;
}

/* CSS Variables */
:root {
--color-1: #a8c9e1;
--color-2: #c2e1e5;
--color-3: #f6d6a7;
--color-4: #f8c6a5;
--color-5: #f09e9e;
}

Serene Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8c9e1, #c2e1e5, #f6d6a7, #f8c6a5, #f09e9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8c9e1, #c2e1e5, #f6d6a7, #f8c6a5, #f09e9e);
}

Serene Harmony color palette created on .