Color names in this palette
CSS code for this palette
/* CSS */
.smooch-rouge {
color: #d53946;
}
.dairy-made {
color: #f1b53b;
}
.basket-of-gold {
color: #f1d03b;
}
.indian-pale-ale {
color: #d6c22e;
}
.sapling {
color: #a2c25b;
}
/* CSS Variables */
:root {
--smooch-rouge:#d53946;
--dairy-made:#f1b53b;
--basket-of-gold:#f1d03b;
--indian-pale-ale:#d6c22e;
--sapling:#a2c25b;
}