Ethereal Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ethereal Blossom palette

Share this palette to:

Ethereal Blossom color palette CSS

/* CSS */
.color-1 {
color: #f5eabc;
}
.color-2 {
color: #ebc9a8;
}
.color-3 {
color: #e7a18d;
}
.color-4 {
color: #d66b8d;
}
.color-5 {
color: #b65d96;
}

/* CSS Variables */
:root {
--color-1: #f5eabc;
--color-2: #ebc9a8;
--color-3: #e7a18d;
--color-4: #d66b8d;
--color-5: #b65d96;
}

Ethereal Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5eabc, #ebc9a8, #e7a18d, #d66b8d, #b65d96);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5eabc, #ebc9a8, #e7a18d, #d66b8d, #b65d96);
}

Ethereal Blossom color palette created on .