Color names in this palette
CSS code for this palette
/* CSS */
.tangerine-bliss {
color: #d96030;
}
.sweet-potato {
color: #d97c3a;
}
.solar-fusion {
color: #d9a045;
}
.sunday-afternoon {
color: #f5c87a;
}
.cameo-cream {
color: #f5e3c2;
}
/* CSS Variables */
:root {
--tangerine-bliss:#d96030;
--sweet-potato:#d97c3a;
--solar-fusion:#d9a045;
--sunday-afternoon:#f5c87a;
--cameo-cream:#f5e3c2;
}