Color names in this palette
CSS code for this palette
/* CSS */
.drive-in-cherry {
color: #a42d2d;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.green-vibes {
color: #d8e8bf;
}
.glacier-point {
color: #b2d7e6;
}
.scab-red {
color: #8a0000;
}
/* CSS Variables */
:root {
--drive-in-cherry:#a42d2d;
--apricot-glazed-chicken:#f5a524;
--green-vibes:#d8e8bf;
--glacier-point:#b2d7e6;
--scab-red:#8a0000;
}