Color names in this palette
CSS code for this palette
/* CSS */
.tangerine-bliss {
color: #d55d2a;
}
.citrus-hill {
color: #f7a78d;
}
.avid-apricot {
color: #f4c59f;
}
.sunny-lime {
color: #dfef85;
}
.crazy-eyes {
color: #64b48b;
}
/* CSS Variables */
:root {
--tangerine-bliss:#d55d2a;
--citrus-hill:#f7a78d;
--avid-apricot:#f4c59f;
--sunny-lime:#dfef85;
--crazy-eyes:#64b48b;
}