Color names in this palette
CSS code for this palette
/* CSS */
.sugar-plum {
color: #8f4d7b;
}
.rose-embroidery {
color: #c39d9f;
}
.certain-peach {
color: #f4b99f;
}
.pale-pear {
color: #f7da6e;
}
.dried-goldenrod {
color: #e4a82f;
}
/* CSS Variables */
:root {
--sugar-plum:#8f4d7b;
--rose-embroidery:#c39d9f;
--certain-peach:#f4b99f;
--pale-pear:#f7da6e;
--dried-goldenrod:#e4a82f;
}