Color names in this palette
CSS code for this palette
/* CSS */
.raspberry-patch {
color: #a24e64;
}
.salmon-pate {
color: #d5817c;
}
.loveable {
color: #f0c1c8;
}
.vanilla-delight {
color: #f5e8d6;
}
.god-given {
color: #f9f3e1;
}
/* CSS Variables */
:root {
--raspberry-patch:#a24e64;
--salmon-pate:#d5817c;
--loveable:#f0c1c8;
--vanilla-delight:#f5e8d6;
--god-given:#f9f3e1;
}