Color names in this palette
CSS code for this palette
/* CSS */
.kacey-s-pink {
color: #e94e77;
}
.snow-white-blush {
color: #f9aeae;
}
.trapunto {
color: #f5e9b7;
}
.lolly-ice {
color: #a6d8d1;
}
.guilliman-blue {
color: #6e9cf2;
}
/* CSS Variables */
:root {
--kacey-s-pink:#e94e77;
--snow-white-blush:#f9aeae;
--trapunto:#f5e9b7;
--lolly-ice:#a6d8d1;
--guilliman-blue:#6e9cf2;
}