Color names in this palette
CSS code for this palette
/* CSS */
.vivid-cerulean {
color: #02a6f2;
}
.caribbean-blue {
color: #2ac2e5;
}
.hammam-blue {
color: #5ed9d9;
}
.overtone {
color: #a2e6b8;
}
.chiffon {
color: #f1f8b9;
}
/* CSS Variables */
:root {
--vivid-cerulean:#02a6f2;
--caribbean-blue:#2ac2e5;
--hammam-blue:#5ed9d9;
--overtone:#a2e6b8;
--chiffon:#f1f8b9;
}