Color names in this palette
CSS code for this palette
/* CSS */
.tangerine-bliss {
color: #d95d30;
}
.ginger-milk {
color: #f6a655;
}
.casandora-yellow {
color: #fbcb5b;
}
.popcorn {
color: #f4d07b;
}
.warm-leather {
color: #c8a25b;
}
/* CSS Variables */
:root {
--tangerine-bliss:#d95d30;
--ginger-milk:#f6a655;
--casandora-yellow:#fbcb5b;
--popcorn:#f4d07b;
--warm-leather:#c8a25b;
}