Color names in this palette
CSS code for this palette
/* CSS */
.illuminati-green {
color: #3c8b6b;
}
.oilcloth-green {
color: #7fbd8f;
}
.galway {
color: #c2e0b8;
}
.amarillo-yellow {
color: #f9f1c3;
}
.pink-icing {
color: #f2a1a6;
}
/* CSS Variables */
:root {
--illuminati-green:#3c8b6b;
--oilcloth-green:#7fbd8f;
--galway:#c2e0b8;
--amarillo-yellow:#f9f1c3;
--pink-icing:#f2a1a6;
}