Color names in this palette
CSS code for this palette
/* CSS */
.raspberry-patch {
color: #a84d68;
}
.pinky-pickle {
color: #bf6e8d;
}
.rosebay {
color: #d09aad;
}
.roseate-spoonbill {
color: #e0aec3;
}
.abloom {
color: #f2cad0;
}
/* CSS Variables */
:root {
--raspberry-patch:#a84d68;
--pinky-pickle:#bf6e8d;
--rosebay:#d09aad;
--roseate-spoonbill:#e0aec3;
--abloom:#f2cad0;
}