Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.lemon-filling {
color: #f7e6a6;
}
.crystal-apple {
color: #cfe9a0;
}
.ocean-cruise {
color: #9fd4df;
}
.thredbo {
color: #73c1d9;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--lemon-filling:#f7e6a6;
--crystal-apple:#cfe9a0;
--ocean-cruise:#9fd4df;
--thredbo:#73c1d9;
}