Color names in this palette
CSS code for this palette
/* CSS */
.light-budgie-blue {
color: #a1d6e8;
}
.first-date {
color: #f7b2a1;
}
.yellow-cream {
color: #f2d269;
}
.basil-smash {
color: #b5e8a1;
}
.blackberry-yogurt {
color: #e8b5df;
}
/* CSS Variables */
:root {
--light-budgie-blue:#a1d6e8;
--first-date:#f7b2a1;
--yellow-cream:#f2d269;
--basil-smash:#b5e8a1;
--blackberry-yogurt:#e8b5df;
}