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: #cea1af;
}
.color-2 {
color: #eab8d1;
}
.color-3 {
color: #f4c8e3;
}
.color-4 {
color: #e4b4d4;
}
.color-5 {
color: #d1a5d5;
}

/* CSS Variables */
:root {
--color-1: #cea1af;
--color-2: #eab8d1;
--color-3: #f4c8e3;
--color-4: #e4b4d4;
--color-5: #d1a5d5;
}

Ethereal Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cea1af, #eab8d1, #f4c8e3, #e4b4d4, #d1a5d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cea1af, #eab8d1, #f4c8e3, #e4b4d4, #d1a5d5);
}

Ethereal Blossom color palette created on .