Color names in this palette
CSS code for this palette
/* CSS */
.winter-lake {
color: #698d9b;
}
.pastel-turquoise {
color: #9bc5c2;
}
.ancient-ivory {
color: #f0e7d1;
}
.maximum-yellow-red {
color: #f1b74b;
}
.sizzling-sunset {
color: #e67d4c;
}
/* CSS Variables */
:root {
--winter-lake:#698d9b;
--pastel-turquoise:#9bc5c2;
--ancient-ivory:#f0e7d1;
--maximum-yellow-red:#f1b74b;
--sizzling-sunset:#e67d4c;
}