Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a5a1;
}
.serene-pink {
color: #f5c6b7;
}
.woven-raffia {
color: #f2dfc0;
}
.china-doll {
color: #f1e4d5;
}
.defenestration {
color: #c7d6e5;
}
/* CSS Variables */
:root {
--roseberry:#f7a5a1;
--serene-pink:#f5c6b7;
--woven-raffia:#f2dfc0;
--china-doll:#f1e4d5;
--defenestration:#c7d6e5;
}