Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f5b5a3;
}
.sunset-over-the-alps {
color: #fbad89;
}
.glitter-yellow {
color: #f7d859;
}
.spring-grass {
color: #d9c87d;
}
.terrace-pool {
color: #a1d6e2;
}
/* CSS Variables */
:root {
--first-date:#f5b5a3;
--sunset-over-the-alps:#fbad89;
--glitter-yellow:#f7d859;
--spring-grass:#d9c87d;
--terrace-pool:#a1d6e2;
}