Color names in this palette
CSS code for this palette
/* CSS */
.night-shift {
color: #2b5e6e;
}
.royal-palm {
color: #3f8d8a;
}
.mint-cold-green {
color: #6ebf9f;
}
.dull-yellow {
color: #f0da5c;
}
.breeze-of-chilli {
color: #f27069;
}
/* CSS Variables */
:root {
--night-shift:#2b5e6e;
--royal-palm:#3f8d8a;
--mint-cold-green:#6ebf9f;
--dull-yellow:#f0da5c;
--breeze-of-chilli:#f27069;
}