Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1c6f9b;
}
.montego-bay {
color: #3db7c2;
}
.blizzard-blue {
color: #a5e2e9;
}
.wake-me-up {
color: #f9d358;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--jazz-blue:#1c6f9b;
--montego-bay:#3db7c2;
--blizzard-blue:#a5e2e9;
--wake-me-up:#f9d358;
--grapefruit-pulp:#ff6e61;
}