Color names in this palette
CSS code for this palette
/* CSS */
.ocean-cruise {
color: #9fd4df;
}
.emerald-bliss {
color: #4bbead;
}
.blue-angels-yellow {
color: #fab700;
}
.plastic-carrot {
color: #f65f23;
}
.warm-pink {
color: #fc4f83;
}
/* CSS Variables */
:root {
--ocean-cruise:#9fd4df;
--emerald-bliss:#4bbead;
--blue-angels-yellow:#fab700;
--plastic-carrot:#f65f23;
--warm-pink:#fc4f83;
}