Color names in this palette
CSS code for this palette
/* CSS */
.old-rose {
color: #c18182;
}
.mellow-rose {
color: #d7a9a3;
}
.cranapple-cream {
color: #e9c3c5;
}
.french-bustle {
color: #f2d4d5;
}
.bride-s-blush {
color: #f9e1e1;
}
/* CSS Variables */
:root {
--old-rose:#c18182;
--mellow-rose:#d7a9a3;
--cranapple-cream:#e9c3c5;
--french-bustle:#f2d4d5;
--bride-s-blush:#f9e1e1;
}