Color names in this palette
CSS code for this palette
/* CSS */
.atmosphere {
color: #0096db;
}
.blue-atoll {
color: #00b0e0;
}
.turquoise-sea {
color: #68d9e3;
}
.esoteric-touch-green {
color: #a8ebc2;
}
.citrus-splash {
color: #ffc300;
}
/* CSS Variables */
:root {
--atmosphere:#0096db;
--blue-atoll:#00b0e0;
--turquoise-sea:#68d9e3;
--esoteric-touch-green:#a8ebc2;
--citrus-splash:#ffc300;
}