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: #7957c1;
}
.color-2 {
color: #a54a93;
}
.color-3 {
color: #e08096;
}
.color-4 {
color: #f0b92d;
}
.color-5 {
color: #3d9e9b;
}

/* CSS Variables */
:root {
--color-1: #7957c1;
--color-2: #a54a93;
--color-3: #e08096;
--color-4: #f0b92d;
--color-5: #3d9e9b;
}

Ethereal Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7957c1, #a54a93, #e08096, #f0b92d, #3d9e9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7957c1, #a54a93, #e08096, #f0b92d, #3d9e9b);
}

Similar color palettes

Ethereal Blossom color palette created on .