Color names in this palette
CSS code for this palette
/* CSS */
.aqueous {
color: #3a8d98;
}
.peppermint-fresh {
color: #69bf9a;
}
.green-myth {
color: #c4e1c1;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.spicy-paella {
color: #f28d3a;
}
/* CSS Variables */
:root {
--aqueous:#3a8d98;
--peppermint-fresh:#69bf9a;
--green-myth:#c4e1c1;
--enjoyable-yellow:#f6d6a7;
--spicy-paella:#f28d3a;
}