Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #d72a28;
}
.khmer-curry {
color: #f0565e;
}
.shrimp-cocktail {
color: #f4a462;
}
.spanish-lace {
color: #fce8ca;
}
.lush-paradise {
color: #2f7f33;
}
/* CSS Variables */
:root {
--chi-gong:#d72a28;
--khmer-curry:#f0565e;
--shrimp-cocktail:#f4a462;
--spanish-lace:#fce8ca;
--lush-paradise:#2f7f33;
}