Color names in this palette
CSS code for this palette
/* CSS */
.ripe-lavander {
color: #a75ac4;
}
.breeze-of-chilli {
color: #f56b6b;
}
.garish-green {
color: #4fba8c;
}
.mom-s-pancake {
color: #f6c451;
}
.blue-bay {
color: #5d9bd5;
}
/* CSS Variables */
:root {
--ripe-lavander:#a75ac4;
--breeze-of-chilli:#f56b6b;
--garish-green:#4fba8c;
--mom-s-pancake:#f6c451;
--blue-bay:#5d9bd5;
}