Color names in this palette
CSS code for this palette
/* CSS */
.bondi {
color: #1b6b8d;
}
.crystalsong-blue {
color: #4fb5b4;
}
.lime-lizard {
color: #a3d55d;
}
.optimistic-yellow {
color: #f4e1a4;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--bondi:#1b6b8d;
--crystalsong-blue:#4fb5b4;
--lime-lizard:#a3d55d;
--optimistic-yellow:#f4e1a4;
--creamy-sweet-corn:#f9c54e;
}