Color names in this palette
CSS code for this palette
/* CSS */
.illuminati-green {
color: #3c9060;
}
.oilcloth-green {
color: #7dbf8e;
}
.mint-cocktail-green {
color: #b4e4b4;
}
.curd {
color: #f9e1b9;
}
.pastel-pink {
color: #e0a3a3;
}
/* CSS Variables */
:root {
--illuminati-green:#3c9060;
--oilcloth-green:#7dbf8e;
--mint-cocktail-green:#b4e4b4;
--curd:#f9e1b9;
--pastel-pink:#e0a3a3;
}