Color names in this palette
CSS code for this palette
/* CSS */
.dayflower {
color: #3c9cdd;
}
.fun-and-games {
color: #2f7e9d;
}
.tl-loc-blue {
color: #2e727f;
}
.xanthous {
color: #f3b230;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--dayflower:#3c9cdd;
--fun-and-games:#2f7e9d;
--tl-loc-blue:#2e727f;
--xanthous:#f3b230;
--mandarin-red:#e74d3c;
}