Color names in this palette
CSS code for this palette
/* CSS */
.queenly {
color: #d5aad1;
}
.sweet-alyssum {
color: #e7c5e1;
}
.hopeful {
color: #f1d5e1;
}
.pink-bubble-tea {
color: #f9b9c3;
}
.blush-hour {
color: #ff7094;
}
/* CSS Variables */
:root {
--queenly:#d5aad1;
--sweet-alyssum:#e7c5e1;
--hopeful:#f1d5e1;
--pink-bubble-tea:#f9b9c3;
--blush-hour:#ff7094;
}