Color names in this palette
CSS code for this palette
/* CSS */
.roller-coaster-chariot {
color: #0078bd;
}
.atmosphere {
color: #0096db;
}
.maldives {
color: #00bdd6;
}
.aquamarine {
color: #1ce9b5;
}
.tranquil-pool {
color: #82e0f7;
}
/* CSS Variables */
:root {
--roller-coaster-chariot:#0078bd;
--atmosphere:#0096db;
--maldives:#00bdd6;
--aquamarine:#1ce9b5;
--tranquil-pool:#82e0f7;
}