Color names in this palette
CSS code for this palette
/* CSS */
.maldives {
color: #0abfdb;
}
.watercourse {
color: #5ad0e2;
}
.optimistic-yellow {
color: #f4e1a4;
}
.hot-sun {
color: #fab429;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--maldives:#0abfdb;
--watercourse:#5ad0e2;
--optimistic-yellow:#f4e1a4;
--hot-sun:#fab429;
--grapefruit-pulp:#ff6e61;
}