Dusky Radiance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dusky Radiance palette

Share this palette to:

Dusky Radiance color palette CSS

/* CSS */
.color-1 {
color: #6a5bcd;
}
.color-2 {
color: #6a4f9c;
}
.color-3 {
color: #9b58b6;
}
.color-4 {
color: #f1c40e;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #6a4f9c;
--color-3: #9b58b6;
--color-4: #f1c40e;
--color-5: #e74d3c;
}

Dusky Radiance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #6a4f9c, #9b58b6, #f1c40e, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #6a4f9c, #9b58b6, #f1c40e, #e74d3c);
}

Dusky Radiance color palette created on .