Color names in this palette
CSS code for this palette
/* CSS */
.bondi {
color: #1b6f8d;
}
.montego-bay {
color: #3db8b8;
}
.turquoise-chalk {
color: #72e4e0;
}
.sunny-mood {
color: #f7c94b;
}
.extreme-carrot {
color: #ff6d2e;
}
/* CSS Variables */
:root {
--bondi:#1b6f8d;
--montego-bay:#3db8b8;
--turquoise-chalk:#72e4e0;
--sunny-mood:#f7c94b;
--extreme-carrot:#ff6d2e;
}