Color names in this palette
CSS code for this palette
/* CSS */
.blue-atoll {
color: #00b4e6;
}
.wild-caribbean-green {
color: #1ed2a5;
}
.basil-smash {
color: #b4df9f;
}
.dream-of-spring {
color: #f6d12c;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--blue-atoll:#00b4e6;
--wild-caribbean-green:#1ed2a5;
--basil-smash:#b4df9f;
--dream-of-spring:#f6d12c;
--grapefruit-pulp:#ff6e61;
}