Color names in this palette
CSS code for this palette
/* CSS */
.salmon-eggs {
color: #f4d65d;
}
.egyptian-gold {
color: #f0a64c;
}
.pink-carnation {
color: #f17e9b;
}
.viola {
color: #996ab9;
}
.throat-chakra {
color: #6cccda;
}
/* CSS Variables */
:root {
--salmon-eggs:#f4d65d;
--egyptian-gold:#f0a64c;
--pink-carnation:#f17e9b;
--viola:#996ab9;
--throat-chakra:#6cccda;
}