Ethereal Bloom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ethereal Bloom palette
Ethereal Bloom color palette CSS
/* CSS */
.color-1 {
color: #f1a7b4;
}
.color-2 {
color: #d68f9b;
}
.color-3 {
color: #bc6c88;
}
.color-4 {
color: #994d73;
}
.color-5 {
color: #7e305c;
}
/* CSS Variables */
:root {
--color-1: #f1a7b4;
--color-2: #d68f9b;
--color-3: #bc6c88;
--color-4: #994d73;
--color-5: #7e305c;
}
Ethereal Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b4, #d68f9b, #bc6c88, #994d73, #7e305c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b4, #d68f9b, #bc6c88, #994d73, #7e305c);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Ethereal Bloom color palette created on .