Color names in this palette
CSS code for this palette
/* CSS */
.scooter {
color: #2b8ba1;
}
.hidden-sea-glass {
color: #6ed4c8;
}
.quench-blue {
color: #b4e0e4;
}
.child-of-light {
color: #f1f5f9;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--scooter:#2b8ba1;
--hidden-sea-glass:#6ed4c8;
--quench-blue:#b4e0e4;
--child-of-light:#f1f5f9;
--creamy-sweet-corn:#f9c54e;
}