Color names in this palette
CSS code for this palette
/* CSS */
.regula-barbara-blue {
color: #009996;
}
.verditer {
color: #00b3aa;
}
.pristine-oceanic {
color: #00d1b9;
}
.mint-morning {
color: #00e6bf;
}
.first-timer-green {
color: #00f0d4;
}
/* CSS Variables */
:root {
--regula-barbara-blue:#009996;
--verditer:#00b3aa;
--pristine-oceanic:#00d1b9;
--mint-morning:#00e6bf;
--first-timer-green:#00f0d4;
}