Color names in this palette
CSS code for this palette
/* CSS */
.flax-flower-blue {
color: #3e9cda;
}
.throat-chakra {
color: #6bcfd6;
}
.sage-sensation {
color: #afeb8e;
}
.pale-banana {
color: #f7e58d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--flax-flower-blue:#3e9cda;
--throat-chakra:#6bcfd6;
--sage-sensation:#afeb8e;
--pale-banana:#f7e58d;
--grapefruit-pulp:#ff6e61;
}