Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f7a1a1;
}
.orange-grove {
color: #fbaf8e;
}
.puff-pastry-yellow {
color: #fbcf89;
}
.madang {
color: #b4e1a8;
}
.deluxe-days {
color: #8ec9e6;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f7a1a1;
--orange-grove:#fbaf8e;
--puff-pastry-yellow:#fbcf89;
--madang:#b4e1a8;
--deluxe-days:#8ec9e6;
}