Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b1a1;
}
.mango-margarita {
color: #f5b74d;
}
.mint-cocktail-green {
color: #bae2b1;
}
.bashful-blue {
color: #6c94d5;
}
.lavender-blossom {
color: #c17bdb;
}
/* CSS Variables */
:root {
--first-date:#f7b1a1;
--mango-margarita:#f5b74d;
--mint-cocktail-green:#bae2b1;
--bashful-blue:#6c94d5;
--lavender-blossom:#c17bdb;
}