Color names in this palette
CSS code for this palette
/* CSS */
.blue-bows {
color: #a3c4d7;
}
.eau-de-rose {
color: #e1b7d4;
}
.venetian-yellow {
color: #f3e5a0;
}
.shrimp-cocktail {
color: #f4a462;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--blue-bows:#a3c4d7;
--eau-de-rose:#e1b7d4;
--venetian-yellow:#f3e5a0;
--shrimp-cocktail:#f4a462;
--entan-red:#e76e50;
}