Serene Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Blossom palette

Share this palette to:

Serene Blossom color palette CSS

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #6a8faf;
}
.color-3 {
color: #f1a7b4;
}
.color-4 {
color: #d86f90;
}
.color-5 {
color: #b86fa0;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #6a8faf;
--color-3: #f1a7b4;
--color-4: #d86f90;
--color-5: #b86fa0;
}

Serene Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #6a8faf, #f1a7b4, #d86f90, #b86fa0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #6a8faf, #f1a7b4, #d86f90, #b86fa0);
}

Serene Blossom color palette created on .