Heroic Dawn Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Heroic Dawn palette
Heroic Dawn color palette CSS
/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #f1a7a7;
}
.color-3 {
color: #f7d69c;
}
.color-4 {
color: #f5b400;
}
.color-5 {
color: #f07c24;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #f1a7a7;
--color-3: #f7d69c;
--color-4: #f5b400;
--color-5: #f07c24;
}
Heroic Dawn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #f1a7a7, #f7d69c, #f5b400, #f07c24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #f1a7a7, #f7d69c, #f5b400, #f07c24);
}
Similar color palettes
Heroic Dawn color palette created on .