←Back to PalettesAll Palettes
Citrus Sunrise Color Palette
A vibrant and fresh palette inspired by the zest of ripe citrus fruits and the warmth of a morning sun. This blend of fiery oranges and sunny yellows creates a lively and energetic atmosphere, perfect for evoking feelings of joy and creativity.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.poppy-surprise {
color: #ff5833;
}
.wildfire {
color: #ff8b33;
}
.citrus-splash {
color: #ffc300;
}
.mint-julep {
color: #dbf7a6;
}
.bright-light-green {
color: #33ff58;
}
/* CSS Variables */
:root {
--poppy-surprise:#ff5833;
--wildfire:#ff8b33;
--citrus-splash:#ffc300;
--mint-julep:#dbf7a6;
--bright-light-green:#33ff58;
}