Color names in this palette
CSS code for this palette
/* CSS */
.tangerine-bliss {
color: #d65e2e;
}
.mandarin-rind {
color: #f1903b;
}
.deep-fried-sun-rays {
color: #f5c45c;
}
.tropical-light {
color: #a2d76a;
}
.enviable {
color: #4b9b3b;
}
/* CSS Variables */
:root {
--tangerine-bliss:#d65e2e;
--mandarin-rind:#f1903b;
--deep-fried-sun-rays:#f5c45c;
--tropical-light:#a2d76a;
--enviable:#4b9b3b;
}