Grenadier Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Grenadier Sunrise palette
Grenadier Sunrise color palette PNG image
Grenadier Sunrise color palette CSS
/* CSS */
.color-1 {
color: #fe9d5d;
}
.color-2 {
color: #fea971;
}
.color-3 {
color: #fec467;
}
.color-4 {
color: #fed971;
}
.color-5 {
color: #ffe285;
}
/* CSS Variables */
:root {
--color-1: #fe9d5d;
--color-2: #fea971;
--color-3: #fec467;
--color-4: #fed971;
--color-5: #ffe285;
}
Grenadier Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe9d5d, #fea971, #fec467, #fed971, #ffe285);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe9d5d, #fea971, #fec467, #fed971, #ffe285);
}
Similar color palettes
Grenadier Sunrise color palette created on .