Color names in this palette
CSS code for this palette
/* CSS */
.high-blue {
color: #4ab3e8;
}
.turquoise-sea {
color: #6cd3e5;
}
.sparkling-mint {
color: #a3e0d3;
}
.tea-green {
color: #d1f2c4;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--high-blue:#4ab3e8;
--turquoise-sea:#6cd3e5;
--sparkling-mint:#a3e0d3;
--tea-green:#d1f2c4;
--creamy-sweet-corn:#f9c54e;
}