Dusky Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dusky Dreamscape palette

Share this palette to:

Dusky Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #6a5bcd;
}
.color-2 {
color: #8c7dcf;
}
.color-3 {
color: #b29ad0;
}
.color-4 {
color: #ffb3e4;
}
.color-5 {
color: #ffc2cc;
}

/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #8c7dcf;
--color-3: #b29ad0;
--color-4: #ffb3e4;
--color-5: #ffc2cc;
}

Dusky Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #8c7dcf, #b29ad0, #ffb3e4, #ffc2cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #8c7dcf, #b29ad0, #ffb3e4, #ffc2cc);
}

Dusky Dreamscape color palette created on .