Ethereal Fossil Bloom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ethereal Fossil Bloom palette
Ethereal Fossil Bloom color palette CSS
/* CSS */
.color-1 {
color: #3c2a4b;
}
.color-2 {
color: #6a4f78;
}
.color-3 {
color: #9b7daa;
}
.color-4 {
color: #d5a78b;
}
.color-5 {
color: #f9c54e;
}
/* CSS Variables */
:root {
--color-1: #3c2a4b;
--color-2: #6a4f78;
--color-3: #9b7daa;
--color-4: #d5a78b;
--color-5: #f9c54e;
}
Ethereal Fossil Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2a4b, #6a4f78, #9b7daa, #d5a78b, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2a4b, #6a4f78, #9b7daa, #d5a78b, #f9c54e);
}
Similar color palettes
Ethereal Fossil Bloom color palette created on .