Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.maldives {
color: #00bdd6;
}
.lifeless-green {
color: #00e0b4;
}
.hollandaise {
color: #ffec42;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--maldives:#00bdd6;
--lifeless-green:#00e0b4;
--hollandaise:#ffec42;
--shocking-orange:#ff6d1f;
}