Ethereal Blossom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ethereal Blossom palette
Ethereal Blossom color palette CSS
/* CSS */
.color-1 {
color: #6a5bcd;
}
.color-2 {
color: #a77dbf;
}
.color-3 {
color: #f1a7d6;
}
.color-4 {
color: #ffb3c1;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #a77dbf;
--color-3: #f1a7d6;
--color-4: #ffb3c1;
--color-5: #ff6e61;
}
Ethereal Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #a77dbf, #f1a7d6, #ffb3c1, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #a77dbf, #f1a7d6, #ffb3c1, #ff6e61);
}
Similar color palettes
Ethereal Blossom color palette created on .