Color names in this palette
CSS code for this palette
/* CSS */
.forsythia-blossom {
color: #f5d470;
}
.cotton-candy-aesthetic {
color: #f5b7e6;
}
.florida-sunrise {
color: #f3a76d;
}
.first-day-of-summer {
color: #f3e69b;
}
.blackberry-yogurt {
color: #e6b2e0;
}
/* CSS Variables */
:root {
--forsythia-blossom:#f5d470;
--cotton-candy-aesthetic:#f5b7e6;
--florida-sunrise:#f3a76d;
--first-day-of-summer:#f3e69b;
--blackberry-yogurt:#e6b2e0;
}