Serenity Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serenity Blossom palette

Share this palette to:

Serenity Blossom color palette CSS

/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f9d6a9;
}
.color-3 {
color: #f4e7a9;
}
.color-4 {
color: #a8e1d4;
}
.color-5 {
color: #8dc8e8;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f9d6a9;
--color-3: #f4e7a9;
--color-4: #a8e1d4;
--color-5: #8dc8e8;
}

Serenity Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f9d6a9, #f4e7a9, #a8e1d4, #8dc8e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f9d6a9, #f4e7a9, #a8e1d4, #8dc8e8);
}

Serenity Blossom color palette created on .