Dusky Blossom Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dusky Blossom Dream palette

Share this palette to:

Dusky Blossom Dream color palette CSS

/* CSS */
.color-1 {
color: #5b3e8e;
}
.color-2 {
color: #a45db6;
}
.color-3 {
color: #eab8e4;
}
.color-4 {
color: #f5a524;
}
.color-5 {
color: #ffe4b3;
}

/* CSS Variables */
:root {
--color-1: #5b3e8e;
--color-2: #a45db6;
--color-3: #eab8e4;
--color-4: #f5a524;
--color-5: #ffe4b3;
}

Dusky Blossom Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3e8e, #a45db6, #eab8e4, #f5a524, #ffe4b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3e8e, #a45db6, #eab8e4, #f5a524, #ffe4b3);
}

Dusky Blossom Dream color palette created on .