Color names in this palette
CSS code for this palette
/* CSS */
.glowing-lantern {
color: #f9b939;
}
.sunny-mood {
color: #f7c94b;
}
.ride-off-into-the-sunset {
color: #f2d05f;
}
.ripe-pear {
color: #e7e76e;
}
.powdered-green-tea {
color: #c5c76b;
}
/* CSS Variables */
:root {
--glowing-lantern:#f9b939;
--sunny-mood:#f7c94b;
--ride-off-into-the-sunset:#f2d05f;
--ripe-pear:#e7e76e;
--powdered-green-tea:#c5c76b;
}