Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.deco-pink {
color: #f5c2ca;
}
.first-daughter {
color: #f7d4d8;
}
.poetic-princess {
color: #f8e2e4;
}
.abalone {
color: #faf5f6;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--deco-pink:#f5c2ca;
--first-daughter:#f7d4d8;
--poetic-princess:#f8e2e4;
--abalone:#faf5f6;
}