Color names in this palette
CSS code for this palette
/* CSS */
.dreamsicle {
color: #f6d6c1;
}
.calabrese {
color: #f1a8a2;
}
.vermilion-bird {
color: #f54838;
}
.poinciana {
color: #d83a2c;
}
.d-u-sh-s-red {
color: #a62b3b;
}
/* CSS Variables */
:root {
--dreamsicle:#f6d6c1;
--calabrese:#f1a8a2;
--vermilion-bird:#f54838;
--poinciana:#d83a2c;
--d-u-sh-s-red:#a62b3b;
}