Color names in this palette
CSS code for this palette
/* CSS */
.blue-tint {
color: #a0d9d3;
}
.cymophane-yellow {
color: #f1e5a7;
}
.mystic-tulip {
color: #f6b8a2;
}
.damson-plum {
color: #dba3d8;
}
.soft-purple {
color: #a36aaf;
}
/* CSS Variables */
:root {
--blue-tint:#a0d9d3;
--cymophane-yellow:#f1e5a7;
--mystic-tulip:#f6b8a2;
--damson-plum:#dba3d8;
--soft-purple:#a36aaf;
}