Color names in this palette
CSS code for this palette
/* CSS */
.drive-in-cherry {
color: #a42d2d;
}
.butterscotch-syrup {
color: #dba45c;
}
.child-of-light {
color: #f2f6f8;
}
.basil-smash {
color: #b6e8a1;
}
.caulerpa-lentillifera {
color: #5b9f9a;
}
/* CSS Variables */
:root {
--drive-in-cherry:#a42d2d;
--butterscotch-syrup:#dba45c;
--child-of-light:#f2f6f8;
--basil-smash:#b6e8a1;
--caulerpa-lentillifera:#5b9f9a;
}