←Back to PalettesAll Palettes
Fireside Citrus Dreamscape Bliss Color Palette
A vibrant fusion of warm citrus tones and serene pastels, invoking the warmth of a comforting space decorated with golden sunlight and a hint of cool sky. Perfect for crafting joyful atmospheres filled with creativity and relaxation.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.sunflower-mango {
color: #ffb700;
}
.cornmeal {
color: #ffd68f;
}
.meadow-grass {
color: #c0d8b0;
}
.island-light {
color: #a6c6ed;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--sunflower-mango:#ffb700;
--cornmeal:#ffd68f;
--meadow-grass:#c0d8b0;
--island-light:#a6c6ed;
}