Color names in this palette
CSS code for this palette
/* CSS */
.ballet-slippers {
color: #f7a1b1;
}
.ibis {
color: #f5b2c1;
}
.mountain-laurel {
color: #f5c7d5;
}
.hopeful {
color: #f2d4e1;
}
.fussy-pink {
color: #e8a1be;
}
/* CSS Variables */
:root {
--ballet-slippers:#f7a1b1;
--ibis:#f5b2c1;
--mountain-laurel:#f5c7d5;
--hopeful:#f2d4e1;
--fussy-pink:#e8a1be;
}