Color names in this palette
CSS code for this palette
/* CSS */
.bleached-silk {
color: #f2f2f2;
}
.ice-cold-stare {
color: #b3d1ff;
}
.blue-electress {
color: #6b9cd1;
}
.green-spool {
color: #006275;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--bleached-silk:#f2f2f2;
--ice-cold-stare:#b3d1ff;
--blue-electress:#6b9cd1;
--green-spool:#006275;
--grapefruit-pulp:#ff6e61;
}