Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.malibu-blue {
color: #00b2d6;
}
.tranquil-pool {
color: #82e0f7;
}
.grapefruit-pulp {
color: #ff6e61;
}
.vitamin-c {
color: #ff9900;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--malibu-blue:#00b2d6;
--tranquil-pool:#82e0f7;
--grapefruit-pulp:#ff6e61;
--vitamin-c:#ff9900;
}