Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a2a2;
}
.sunset-over-the-alps {
color: #fba989;
}
.puff-pastry-yellow {
color: #fbcf89;
}
.buttery-croissant {
color: #f6e49d;
}
.pistachio-green {
color: #a5d69e;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a2a2;
--sunset-over-the-alps:#fba989;
--puff-pastry-yellow:#fbcf89;
--buttery-croissant:#f6e49d;
--pistachio-green:#a5d69e;
}