Color names in this palette
CSS code for this palette
/* CSS */
.cheese {
color: #ffa600;
}
.buddha-s-love-handles {
color: #ffb833;
}
.peach-cr-me-br-l-e {
color: #ffe09e;
}
.dandelion-yellow {
color: #ffdb3d;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--cheese:#ffa600;
--buddha-s-love-handles:#ffb833;
--peach-cr-me-br-l-e:#ffe09e;
--dandelion-yellow:#ffdb3d;
--soviet-gold:#ffd900;
}