Color names in this palette
CSS code for this palette
/* CSS */
.tangerine-bliss {
color: #d75c33;
}
.velvet-marigold {
color: #e78c40;
}
.deep-fried-sun-rays {
color: #f4c65d;
}
.venetian-yellow {
color: #f7e6a1;
}
.first-date {
color: #f3b0a0;
}
/* CSS Variables */
:root {
--tangerine-bliss:#d75c33;
--velvet-marigold:#e78c40;
--deep-fried-sun-rays:#f4c65d;
--venetian-yellow:#f7e6a1;
--first-date:#f3b0a0;
}