Color names in this palette
CSS code for this palette
/* CSS */
.la-vie-en-rose {
color: #d5a6a5;
}
.bistro-pink {
color: #e1b7b7;
}
.rotunda-gold {
color: #f6e0c1;
}
.cream-blush {
color: #f5c499;
}
.tapioca {
color: #dac9b9;
}
/* CSS Variables */
:root {
--la-vie-en-rose:#d5a6a5;
--bistro-pink:#e1b7b7;
--rotunda-gold:#f6e0c1;
--cream-blush:#f5c499;
--tapioca:#dac9b9;
}