Color names in this palette
CSS code for this palette
/* CSS */
.swagger {
color: #1ab7b2;
}
.blue-radiance {
color: #5cd2d6;
}
.aqua-fiesta {
color: #92e2e1;
}
.whitest-white {
color: #f5faf6;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--swagger:#1ab7b2;
--blue-radiance:#5cd2d6;
--aqua-fiesta:#92e2e1;
--whitest-white:#f5faf6;
--creamy-sweet-corn:#f9c54e;
}