Eugene's Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Eugene's Sunrise palette
Eugene's Sunrise color palette CSS
/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f5d400;
}
.color-3 {
color: #ffb700;
}
.color-4 {
color: #ff7b00;
}
.color-5 {
color: #ff3c00;
}
/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f5d400;
--color-3: #ffb700;
--color-4: #ff7b00;
--color-5: #ff3c00;
}
Eugene's Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f5d400, #ffb700, #ff7b00, #ff3c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f5d400, #ffb700, #ff7b00, #ff3c00);
}
Similar color palettes
Scroll down to explore 500+ Yellow color palettes
Eugene's Sunrise color palette created on .