Ethereal Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ethereal Blossom palette

Share this palette to:

Ethereal Blossom color palette CSS

/* CSS */
.color-1 {
color: #f1a7b9;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ff4d5e;
}
.color-4 {
color: #ff2e62;
}
.color-5 {
color: #d60032;
}

/* CSS Variables */
:root {
--color-1: #f1a7b9;
--color-2: #ff7092;
--color-3: #ff4d5e;
--color-4: #ff2e62;
--color-5: #d60032;
}

Ethereal Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b9, #ff7092, #ff4d5e, #ff2e62, #d60032);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b9, #ff7092, #ff4d5e, #ff2e62, #d60032);
}

Ethereal Blossom color palette created on .