Color names in this palette
CSS code for this palette
/* CSS */
.raspberry-patch {
color: #a34d6c;
}
.seasonal-beige {
color: #e9b79f;
}
.china-doll {
color: #f2e4d4;
}
.apple-cream {
color: #b8daa4;
}
.sanctuary-spa {
color: #69b5e8;
}
/* CSS Variables */
:root {
--raspberry-patch:#a34d6c;
--seasonal-beige:#e9b79f;
--china-doll:#f2e4d4;
--apple-cream:#b8daa4;
--sanctuary-spa:#69b5e8;
}