Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c5a6;
}
.calabrese {
color: #f1a8a2;
}
.doughnut {
color: #f09e56;
}
.salmon-eggs {
color: #f4d65d;
}
.herb-robert {
color: #d9a4e0;
}
/* CSS Variables */
:root {
--peach-damask:#f7c5a6;
--calabrese:#f1a8a2;
--doughnut:#f09e56;
--salmon-eggs:#f4d65d;
--herb-robert:#d9a4e0;
}