Color names in this palette
CSS code for this palette
/* CSS */
.dirty-blue {
color: #3b809b;
}
.hygiene-green {
color: #5bc2b3;
}
.bright-sea-green {
color: #9fdfc0;
}
.double-cream {
color: #f2d8a1;
}
.calabrese {
color: #f6a9a2;
}
/* CSS Variables */
:root {
--dirty-blue:#3b809b;
--hygiene-green:#5bc2b3;
--bright-sea-green:#9fdfc0;
--double-cream:#f2d8a1;
--calabrese:#f6a9a2;
}