Blossom Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blossom Serenity palette

Share this palette to:

Blossom Serenity color palette CSS

/* CSS */
.color-1 {
color: #f2cad0;
}
.color-2 {
color: #f2e4d4;
}
.color-3 {
color: #e5b8c4;
}
.color-4 {
color: #d9abb5;
}
.color-5 {
color: #c59b9b;
}

/* CSS Variables */
:root {
--color-1: #f2cad0;
--color-2: #f2e4d4;
--color-3: #e5b8c4;
--color-4: #d9abb5;
--color-5: #c59b9b;
}

Blossom Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2cad0, #f2e4d4, #e5b8c4, #d9abb5, #c59b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2cad0, #f2e4d4, #e5b8c4, #d9abb5, #c59b9b);
}

Blossom Serenity color palette created on .