Warrior's Dawn Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Warrior's Dawn palette

Condividi questa palette a:

tavolozza dei colori Warrior's Dawn CSS

/* CSS */
.color-1 {
color: #698dab;
}
.color-2 {
color: #b0d5e8;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #e58b24;
}
.color-5 {
color: #d45d40;
}

/* CSS Variables */
:root {
--color-1: #698dab;
--color-2: #b0d5e8;
--color-3: #f1c84b;
--color-4: #e58b24;
--color-5: #d45d40;
}

CSS con gradiente di sfondo Warrior's Dawn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #698dab, #b0d5e8, #f1c84b, #e58b24, #d45d40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #698dab, #b0d5e8, #f1c84b, #e58b24, #d45d40);
}

Warrior's Dawn color palette created on .