Color names in this palette
CSS code for this palette
/* CSS */
.chlorophyll {
color: #498d1c;
}
.conceptual {
color: #7bbf4a;
}
.madang {
color: #b6e2a7;
}
.majestic-treasures {
color: #f4e7a4;
}
.iced-vovo {
color: #e2a1b4;
}
/* CSS Variables */
:root {
--chlorophyll:#498d1c;
--conceptual:#7bbf4a;
--madang:#b6e2a7;
--majestic-treasures:#f4e7a4;
--iced-vovo:#e2a1b4;
}