Color names in this palette
CSS code for this palette
/* CSS */
.cos {
color: #a1c68b;
}
.apple-cream {
color: #b8d6a8;
}
.majestic-treasures {
color: #f2e8a6;
}
.butter-cream {
color: #f1b041;
}
.wet-coral {
color: #d15c4d;
}
/* CSS Variables */
:root {
--cos:#a1c68b;
--apple-cream:#b8d6a8;
--majestic-treasures:#f2e8a6;
--butter-cream:#f1b041;
--wet-coral:#d15c4d;
}