Color names in this palette
CSS code for this palette
/* CSS */
.our-little-secret {
color: #a84d7a;
}
.fuchsia-kiss {
color: #c76b9e;
}
.amaranth-pink {
color: #f29cbd;
}
.dahlia-delight {
color: #f8bfd3;
}
.valerie {
color: #fce3e7;
}
/* CSS Variables */
:root {
--our-little-secret:#a84d7a;
--fuchsia-kiss:#c76b9e;
--amaranth-pink:#f29cbd;
--dahlia-delight:#f8bfd3;
--valerie:#fce3e7;
}