Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.chai-latte {
color: #f9c99f;
}
.mystic-tulip {
color: #f6b7a2;
}
.mild-heart-attack {
color: #f2705f;
}
.tenn {
color: #d15400;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--chai-latte:#f9c99f;
--mystic-tulip:#f6b7a2;
--mild-heart-attack:#f2705f;
--tenn:#d15400;
}