Grenadier Sunrise Color Palette
Discover the beautiful Grenadier Sunrise color palette featuring atomic tangerine (#fe9b5b), atomic tangerine (#fea970), koromiko (#fec468), goldenrod (#fed970) and salomie (#ffe386).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Grenadier Sunrise palette
๐ป Grenadier Sunrise color palette CSS
/* CSS */
.color-1 {
color: #fe9b5b;
}
.color-2 {
color: #fea970;
}
.color-3 {
color: #fec468;
}
.color-4 {
color: #fed970;
}
.color-5 {
color: #ffe386;
}
/* CSS Variables */
:root {
--color-1: #fe9b5b;
--color-2: #fea970;
--color-3: #fec468;
--color-4: #fed970;
--color-5: #ffe386;
} ๐ Grenadier Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe9b5b, #fea970, #fec468, #fed970, #ffe386);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe9b5b, #fea970, #fec468, #fed970, #ffe386);
} ๐ Explore similar color palettes
Grenadier Sunrise color palette created on .