Color names in this palette
CSS code for this palette
/* CSS */
.la-vie-en-rose {
color: #d4a7a1;
}
.sherbet-fruit {
color: #f7cbbb;
}
.friendly-yellow {
color: #f6e1b1;
}
.mint-cocktail-green {
color: #b7e0ae;
}
.bluebottle {
color: #8cd0e8;
}
/* CSS Variables */
:root {
--la-vie-en-rose:#d4a7a1;
--sherbet-fruit:#f7cbbb;
--friendly-yellow:#f6e1b1;
--mint-cocktail-green:#b7e0ae;
--bluebottle:#8cd0e8;
}