Color names in this palette
CSS code for this palette
/* CSS */
.tear {
color: #b3d7e0;
}
.frozen-blue {
color: #a6c4d9;
}
.stellar-blue {
color: #a0b3cf;
}
.maximum-yellow-red {
color: #f1b74b;
}
.fireglow {
color: #d65e3d;
}
/* CSS Variables */
:root {
--tear:#b3d7e0;
--frozen-blue:#a6c4d9;
--stellar-blue:#a0b3cf;
--maximum-yellow-red:#f1b74b;
--fireglow:#d65e3d;
}