Color names in this palette
CSS code for this palette
/* CSS */
.wingsuit-wind {
color: #b7d7d1;
}
.duck-egg-cream {
color: #c9e4d5;
}
.icy-lemonade {
color: #f6e8b1;
}
.sweet-nectar {
color: #f8bfaf;
}
.siesta-rose {
color: #ef7b7b;
}
/* CSS Variables */
:root {
--wingsuit-wind:#b7d7d1;
--duck-egg-cream:#c9e4d5;
--icy-lemonade:#f6e8b1;
--sweet-nectar:#f8bfaf;
--siesta-rose:#ef7b7b;
}