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: #f6a392;
}
.color-2 {
color: #f8d37c;
}
.color-3 {
color: #f2e7ba;
}
.color-4 {
color: #9fd1e5;
}
.color-5 {
color: #7c9dda;
}

/* CSS Variables */
:root {
--color-1: #f6a392;
--color-2: #f8d37c;
--color-3: #f2e7ba;
--color-4: #9fd1e5;
--color-5: #7c9dda;
}

Serenity Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a392, #f8d37c, #f2e7ba, #9fd1e5, #7c9dda);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a392, #f8d37c, #f2e7ba, #9fd1e5, #7c9dda);
}

Serenity Blossom color palette created on .