Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.lion-cub {
color: #f8caa5;
}
.sandy-shore {
color: #f2e9ba;
}
.basil-smash {
color: #b8e0a3;
}
.water-flow {
color: #7ac5d6;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--lion-cub:#f8caa5;
--sandy-shore:#f2e9ba;
--basil-smash:#b8e0a3;
--water-flow:#7ac5d6;
}