Color names in this palette
CSS code for this palette
/* CSS */
.fat-gold {
color: #e6b400;
}
.westfall-yellow {
color: #f9d64e;
}
.sweet-apricot {
color: #f9c1a9;
}
.grenadine-pink {
color: #ff5c6c;
}
.cadmium-violet {
color: #7a3e98;
}
/* CSS Variables */
:root {
--fat-gold:#e6b400;
--westfall-yellow:#f9d64e;
--sweet-apricot:#f9c1a9;
--grenadine-pink:#ff5c6c;
--cadmium-violet:#7a3e98;
}