Ethereal Bloom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ethereal Bloom palette

Share this palette to:

Ethereal Bloom color palette CSS

/* CSS */
.color-1 {
color: #795e9c;
}
.color-2 {
color: #b19bd9;
}
.color-3 {
color: #e2c1f6;
}
.color-4 {
color: #f1a7d3;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #795e9c;
--color-2: #b19bd9;
--color-3: #e2c1f6;
--color-4: #f1a7d3;
--color-5: #000000;
}

Ethereal Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #795e9c, #b19bd9, #e2c1f6, #f1a7d3, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #795e9c, #b19bd9, #e2c1f6, #f1a7d3, #000000);
}

Ethereal Bloom color palette created on .