Ethereal Blooms Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ethereal Blooms palette
Ethereal Blooms color palette CSS
/* CSS */
.color-1 {
color: #f7b1a1;
}
.color-2 {
color: #f5c87a;
}
.color-3 {
color: #f9e5a9;
}
.color-4 {
color: #f1dfd5;
}
.color-5 {
color: #d5a5c5;
}
/* CSS Variables */
:root {
--color-1: #f7b1a1;
--color-2: #f5c87a;
--color-3: #f9e5a9;
--color-4: #f1dfd5;
--color-5: #d5a5c5;
}
Ethereal Blooms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1a1, #f5c87a, #f9e5a9, #f1dfd5, #d5a5c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1a1, #f5c87a, #f9e5a9, #f1dfd5, #d5a5c5);
}
Similar color palettes
Scroll down to explore 6 Aesthetic color palettes
Ethereal Blooms color palette created on .