Color names in this palette
CSS code for this palette
/* CSS */
.classic-rose {
color: #f9c8e6;
}
.tickled-pink {
color: #f1a7c0;
}
.embarrassed {
color: #f17999;
}
.paris-pink {
color: #d96890;
}
.royal-heath {
color: #b94b77;
}
/* CSS Variables */
:root {
--classic-rose:#f9c8e6;
--tickled-pink:#f1a7c0;
--embarrassed:#f17999;
--paris-pink:#d96890;
--royal-heath:#b94b77;
}