Color names in this palette
CSS code for this palette
/* CSS */
.poetic-princess {
color: #f9e1e5;
}
.rhodonite {
color: #f3b4c6;
}
.rose-elegance {
color: #eba3b7;
}
.elastic-pink {
color: #efa4c7;
}
.cherry-blossom {
color: #f5c2d4;
}
/* CSS Variables */
:root {
--poetic-princess:#f9e1e5;
--rhodonite:#f3b4c6;
--rose-elegance:#eba3b7;
--elastic-pink:#efa4c7;
--cherry-blossom:#f5c2d4;
}