Color names in this palette
CSS code for this palette
/* CSS */
.aqueous {
color: #3c8e9a;
}
.shylock {
color: #5cb7a2;
}
.yucca-cream {
color: #a5d9c7;
}
.aspen-yellow {
color: #f7e0a1;
}
.breeze-of-chilli {
color: #f26e6e;
}
/* CSS Variables */
:root {
--aqueous:#3c8e9a;
--shylock:#5cb7a2;
--yucca-cream:#a5d9c7;
--aspen-yellow:#f7e0a1;
--breeze-of-chilli:#f26e6e;
}