Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.verditer {
color: #00b3aa;
}
.turquoise {
color: #00c2a8;
}
.reef-green {
color: #a3e0c6;
}
.applemint-soda {
color: #f1f7e9;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--verditer:#00b3aa;
--turquoise:#00c2a8;
--reef-green:#a3e0c6;
--applemint-soda:#f1f7e9;
}