Color names in this palette
CSS code for this palette
/* CSS */
.rosy-nectar {
color: #f4c3e3;
}
.rosecco {
color: #eab8e4;
}
.somewhere-in-a-fairytale {
color: #d49adf;
}
.soft-purple {
color: #a76cb2;
}
.amaranth-purple {
color: #6f408c;
}
/* CSS Variables */
:root {
--rosy-nectar:#f4c3e3;
--rosecco:#eab8e4;
--somewhere-in-a-fairytale:#d49adf;
--soft-purple:#a76cb2;
--amaranth-purple:#6f408c;
}