Ethereal Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ethereal Blossom palette

Share this palette to:

Download Ethereal Blossom Color Palette (PNG)

Download ethereal blossom color palette PNG image (landscape)
Download ethereal blossom color palette PNG image (square)

Ethereal Blossom color palette CSS

/* CSS */
.color-1 {
color: #f3e4aa;
}
.color-2 {
color: #efc2a4;
}
.color-3 {
color: #f1a7b4;
}
.color-4 {
color: #d68faa;
}
.color-5 {
color: #a66ab9;
}

/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #efc2a4;
--color-3: #f1a7b4;
--color-4: #d68faa;
--color-5: #a66ab9;
}

Ethereal Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #efc2a4, #f1a7b4, #d68faa, #a66ab9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #efc2a4, #f1a7b4, #d68faa, #a66ab9);
}

Ethereal Blossom color palette created on .