Color names in this palette
CSS code for this palette
/* CSS */
.merlot-magic {
color: #b83d58;
}
.calabrese {
color: #f1a8a2;
}
.rotunda-gold {
color: #f6e0c1;
}
.celestine {
color: #80c3c6;
}
.midnight-sea {
color: #5b5d8f;
}
/* CSS Variables */
:root {
--merlot-magic:#b83d58;
--calabrese:#f1a8a2;
--rotunda-gold:#f6e0c1;
--celestine:#80c3c6;
--midnight-sea:#5b5d8f;
}