Color names in this palette
CSS code for this palette
/* CSS */
.verditer {
color: #00b3aa;
}
.scuba-blue {
color: #00a1c2;
}
.atmosphere {
color: #0096db;
}
.nevada-sky {
color: #a2dae6;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--verditer:#00b3aa;
--scuba-blue:#00a1c2;
--atmosphere:#0096db;
--nevada-sky:#a2dae6;
--solar-plexus-chakra:#f1c84b;
}