Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.verditer {
color: #00b3aa;
}
.mint-jelly {
color: #4dd5a1;
}
.fluorescence {
color: #83d87d;
}
.golden-nectar {
color: #ffda6b;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--verditer:#00b3aa;
--mint-jelly:#4dd5a1;
--fluorescence:#83d87d;
--golden-nectar:#ffda6b;
}