Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.ibis {
color: #f3b4c2;
}
.sullivan-s-heart {
color: #f5c7d1;
}
.marshmallow-rose {
color: #f6e4e6;
}
.dr-white {
color: #fafafa;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--ibis:#f3b4c2;
--sullivan-s-heart:#f5c7d1;
--marshmallow-rose:#f6e4e6;
--dr-white:#fafafa;
}