Warrior's Dawn Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warrior's Dawn palette
Warrior's Dawn color palette 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;
}
Warrior's Dawn background gradient CSS
/* 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);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Warrior's Dawn color palette created on .