Serene Blossoms Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Blossoms palette

Share this palette to:

Serene Blossoms color palette CSS

/* CSS */
.color-1 {
color: #f1a8a2;
}
.color-2 {
color: #f1d8a7;
}
.color-3 {
color: #a6d9b8;
}
.color-4 {
color: #70b3d2;
}
.color-5 {
color: #4b81a0;
}

/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f1d8a7;
--color-3: #a6d9b8;
--color-4: #70b3d2;
--color-5: #4b81a0;
}

Serene Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f1d8a7, #a6d9b8, #70b3d2, #4b81a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f1d8a7, #a6d9b8, #70b3d2, #4b81a0);
}

Serene Blossoms color palette created on .