Color names in this palette
CSS code for this palette
/* CSS */
.rose-pottery {
color: #d1a49f;
}
.stormy-pink {
color: #e4b5af;
}
.silver-strawberry {
color: #f1c1c1;
}
.light-rose {
color: #f4d2d5;
}
.poetic-princess {
color: #f8e2e6;
}
/* CSS Variables */
:root {
--rose-pottery:#d1a49f;
--stormy-pink:#e4b5af;
--silver-strawberry:#f1c1c1;
--light-rose:#f4d2d5;
--poetic-princess:#f8e2e6;
}