Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b1a1;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.cape-jasmine {
color: #ffbb5c;
}
.spring-yellow {
color: #f3e57c;
}
.basil-smash {
color: #b5e1a3;
}
/* CSS Variables */
:root {
--first-date:#f7b1a1;
--fresh-cantaloupe:#ff9e66;
--cape-jasmine:#ffbb5c;
--spring-yellow:#f3e57c;
--basil-smash:#b5e1a3;
}