Color names in this palette
CSS code for this palette
/* CSS */
.fat-gold {
color: #e6b400;
}
.phellodendron-amurense {
color: #f7c53b;
}
.ethereal-green {
color: #f1e7c6;
}
.cavern-pink {
color: #e1b9b2;
}
.cedar-chest {
color: #c75b4d;
}
/* CSS Variables */
:root {
--fat-gold:#e6b400;
--phellodendron-amurense:#f7c53b;
--ethereal-green:#f1e7c6;
--cavern-pink:#e1b9b2;
--cedar-chest:#c75b4d;
}