Color names in this palette
CSS code for this palette
/* CSS */
.sweet-angel {
color: #f3c9b9;
}
.calabrese {
color: #f1a8a2;
}
.lively-coral {
color: #e67b79;
}
.candied-apple {
color: #b75c6d;
}
.royal-lines {
color: #6b3d55;
}
/* CSS Variables */
:root {
--sweet-angel:#f3c9b9;
--calabrese:#f1a8a2;
--lively-coral:#e67b79;
--candied-apple:#b75c6d;
--royal-lines:#6b3d55;
}