Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4c8eeb;
}
.blue-radiance {
color: #5bd3d7;
}
.sulfuric {
color: #f3ec58;
}
.blue-angels-yellow {
color: #fab700;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--olympic-blue:#4c8eeb;
--blue-radiance:#5bd3d7;
--sulfuric:#f3ec58;
--blue-angels-yellow:#fab700;
--grapefruit-pulp:#ff6e61;
}