Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.cyanite {
color: #00b8e6;
}
.aztec-turquoise {
color: #00d6e6;
}
.first-timer-green {
color: #00f0d4;
}
.light-sea-foam {
color: #a3ffc5;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--cyanite:#00b8e6;
--aztec-turquoise:#00d6e6;
--first-timer-green:#00f0d4;
--light-sea-foam:#a3ffc5;
}