Color names in this palette
CSS code for this palette
/* CSS */
.caribbean-blue {
color: #1bc3e4;
}
.peppy-peacock {
color: #4edab9;
}
.yellow-petal {
color: #efe54d;
}
.lightning-yellow {
color: #f9a339;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--caribbean-blue:#1bc3e4;
--peppy-peacock:#4edab9;
--yellow-petal:#efe54d;
--lightning-yellow:#f9a339;
--grapefruit-pulp:#ff6e61;
}