Dreamy Dusk Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dreamy Dusk palette

Share this palette to:

Dreamy Dusk color palette CSS

/* CSS */
.color-1 {
color: #5b4f7d;
}
.color-2 {
color: #7b6d9c;
}
.color-3 {
color: #9c8cba;
}
.color-4 {
color: #b4a3d7;
}
.color-5 {
color: #d1c1e6;
}

/* CSS Variables */
:root {
--color-1: #5b4f7d;
--color-2: #7b6d9c;
--color-3: #9c8cba;
--color-4: #b4a3d7;
--color-5: #d1c1e6;
}

Dreamy Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b4f7d, #7b6d9c, #9c8cba, #b4a3d7, #d1c1e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b4f7d, #7b6d9c, #9c8cba, #b4a3d7, #d1c1e6);
}

Dreamy Dusk color palette created on .