Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a2c4;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.drop-green {
color: #69be60;
}
.blue-bay {
color: #5b9edc;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a2c4;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--drop-green:#69be60;
--blue-bay:#5b9edc;
}