Color names in this palette
CSS code for this palette
/* CSS */
.re-entry {
color: #d94a4a;
}
.goldfish {
color: #f2ad5f;
}
.sunny-morning {
color: #f3d268;
}
.pistachio-green {
color: #a8d39c;
}
.coolbox-ice-turquoise {
color: #4c9e9e;
}
/* CSS Variables */
:root {
--re-entry:#d94a4a;
--goldfish:#f2ad5f;
--sunny-morning:#f3d268;
--pistachio-green:#a8d39c;
--coolbox-ice-turquoise:#4c9e9e;
}