Color names in this palette
CSS code for this palette
/* CSS */
.derby-green {
color: #5b9a8a;
}
.eerie-glow {
color: #a7d7b8;
}
.dingy-sticky-note {
color: #e3f2a6;
}
.maximum-yellow-red {
color: #f1b74b;
}
.tangerine-bliss {
color: #d85d2c;
}
/* CSS Variables */
:root {
--derby-green:#5b9a8a;
--eerie-glow:#a7d7b8;
--dingy-sticky-note:#e3f2a6;
--maximum-yellow-red:#f1b74b;
--tangerine-bliss:#d85d2c;
}