Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.sweetheart {
color: #f4c3d6;
}
.ballet {
color: #f8d3d3;
}
.noodles {
color: #f9e2b4;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--sweetheart:#f4c3d6;
--ballet:#f8d3d3;
--noodles:#f9e2b4;
--shrimp-cocktail:#f4a462;
}