Color names in this palette
CSS code for this palette
/* CSS */
.veiled-pink {
color: #f9e0d7;
}
.pink-lady {
color: #f1d5b7;
}
.starfish {
color: #e5bea4;
}
.sunset-beige {
color: #d0a786;
}
.baguette {
color: #b3916b;
}
/* CSS Variables */
:root {
--veiled-pink:#f9e0d7;
--pink-lady:#f1d5b7;
--starfish:#e5bea4;
--sunset-beige:#d0a786;
--baguette:#b3916b;
}