Color names in this palette
CSS code for this palette
/* CSS */
.opalescent {
color: #3d92c7;
}
.throat-chakra {
color: #6bcad6;
}
.early-july {
color: #a6e0e8;
}
.buttercup-glow {
color: #f4f65a;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--opalescent:#3d92c7;
--throat-chakra:#6bcad6;
--early-july:#a6e0e8;
--buttercup-glow:#f4f65a;
--grapefruit-pulp:#ff6e61;
}