Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.caribbean-blue {
color: #1fc4d6;
}
.verditer {
color: #00b3a7;
}
.aqua-bay {
color: #b7e1c9;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--caribbean-blue:#1fc4d6;
--verditer:#00b3a7;
--aqua-bay:#b7e1c9;
--usc-gold:#ffcc00;
}