Color names in this palette
CSS code for this palette
/* CSS */
.scarlet-gum {
color: #492d58;
}
.dusky-purple {
color: #8c5a7b;
}
.pink-nectar {
color: #d3a7b7;
}
.chic-peach {
color: #f0d0c7;
}
.yellow-bliss {
color: #f3eab9;
}
/* CSS Variables */
:root {
--scarlet-gum:#492d58;
--dusky-purple:#8c5a7b;
--pink-nectar:#d3a7b7;
--chic-peach:#f0d0c7;
--yellow-bliss:#f3eab9;
}