Color names in this palette
CSS code for this palette
/* CSS */
.dusk-orange {
color: #f74b3b;
}
.shrimp-cocktail {
color: #f4a462;
}
.spirited-yellow {
color: #ffdc85;
}
.vanilla {
color: #f3e4aa;
}
.turquoise-tower {
color: #a8e6cf;
}
/* CSS Variables */
:root {
--dusk-orange:#f74b3b;
--shrimp-cocktail:#f4a462;
--spirited-yellow:#ffdc85;
--vanilla:#f3e4aa;
--turquoise-tower:#a8e6cf;
}