Color names in this palette
CSS code for this palette
/* CSS */
.cool-aloe {
color: #a8d8a2;
}
.botanical-tint {
color: #a6e3d7;
}
.brain-pink {
color: #f5b2b2;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.bicycle-yellow {
color: #fde68b;
}
/* CSS Variables */
:root {
--cool-aloe:#a8d8a2;
--botanical-tint:#a6e3d7;
--brain-pink:#f5b2b2;
--creamy-sweet-corn:#f9c54e;
--bicycle-yellow:#fde68b;
}