Blossom Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blossom Elegance palette

Share this palette to:

Blossom Elegance color palette CSS

/* CSS */
.color-1 {
color: #f6c1c1;
}
.color-2 {
color: #f2a6b1;
}
.color-3 {
color: #e88ca0;
}
.color-4 {
color: #d56c81;
}
.color-5 {
color: #c15369;
}

/* CSS Variables */
:root {
--color-1: #f6c1c1;
--color-2: #f2a6b1;
--color-3: #e88ca0;
--color-4: #d56c81;
--color-5: #c15369;
}

Blossom Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c1c1, #f2a6b1, #e88ca0, #d56c81, #c15369);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c1c1, #f2a6b1, #e88ca0, #d56c81, #c15369);
}

Blossom Elegance color palette created on .