Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.verditer {
color: #00b3aa;
}
.pristine-oceanic {
color: #00d1c3;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--verditer:#00b3aa;
--pristine-oceanic:#00d1c3;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
}