Color names in this palette
CSS code for this palette
/* CSS */
.enjoyable-yellow {
color: #f6d5a7;
}
.noodles {
color: #f9e1b4;
}
.song-of-summer {
color: #fce8b6;
}
.goldsmith {
color: #f0b14c;
}
.scrofulous-brown {
color: #d9a13f;
}
/* CSS Variables */
:root {
--enjoyable-yellow:#f6d5a7;
--noodles:#f9e1b4;
--song-of-summer:#fce8b6;
--goldsmith:#f0b14c;
--scrofulous-brown:#d9a13f;
}