Color names in this palette
CSS code for this palette
/* CSS */
.taos-turquoise {
color: #2c8c84;
}
.sea-kale {
color: #2dae9d;
}
.smooth-satin {
color: #a1d9d2;
}
.fake-blonde {
color: #f0e3c1;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--taos-turquoise:#2c8c84;
--sea-kale:#2dae9d;
--smooth-satin:#a1d9d2;
--fake-blonde:#f0e3c1;
--breeze-of-chilli:#f76e6e;
}