Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.ibis {
color: #f2b5c2;
}
.impatiens-petal {
color: #f1d0d8;
}
.pampered-princess {
color: #f5ebeb;
}
.loveable {
color: #f0c1c5;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--ibis:#f2b5c2;
--impatiens-petal:#f1d0d8;
--pampered-princess:#f5ebeb;
--loveable:#f0c1c5;
}