Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.sunset-over-the-alps {
color: #fbad89;
}
.puff-pastry-yellow {
color: #fece8b;
}
.star-grass {
color: #75d7c3;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--sunset-over-the-alps:#fbad89;
--puff-pastry-yellow:#fece8b;
--star-grass:#75d7c3;
--olympic-blue:#4b91e2;
}