Color names in this palette
CSS code for this palette
/* CSS */
.night-shift {
color: #2c5d6d;
}
.agate-green {
color: #4e8d8d;
}
.dexter {
color: #6bb3b3;
}
.smooth-satin {
color: #a1d4d4;
}
.field-frost {
color: #cee8e8;
}
/* CSS Variables */
:root {
--night-shift:#2c5d6d;
--agate-green:#4e8d8d;
--dexter:#6bb3b3;
--smooth-satin:#a1d4d4;
--field-frost:#cee8e8;
}