Dawnblade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dawnblade palette

Share this palette to:

Dawnblade color palette CSS

/* CSS */
.color-1 {
color: #dd9522;
}
.color-2 {
color: #bcd37e;
}
.color-3 {
color: #539dac;
}
.color-4 {
color: #386285;
}
.color-5 {
color: #762d6f;
}

/* CSS Variables */
:root {
--color-1: #dd9522;
--color-2: #bcd37e;
--color-3: #539dac;
--color-4: #386285;
--color-5: #762d6f;
}

Dawnblade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dd9522, #bcd37e, #539dac, #386285, #762d6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dd9522, #bcd37e, #539dac, #386285, #762d6f);
}

Similar color palettes

Dawnblade color palette created on .