Color names in this palette
CSS code for this palette
/* CSS */
.pretty-lady {
color: #c4a1b5;
}
.mauve-memento {
color: #a76c8f;
}
.nature-apricot {
color: #ffb6a3;
}
.spicy-paella {
color: #f28e36;
}
.cattail-red {
color: #b84f28;
}
/* CSS Variables */
:root {
--pretty-lady:#c4a1b5;
--mauve-memento:#a76c8f;
--nature-apricot:#ffb6a3;
--spicy-paella:#f28e36;
--cattail-red:#b84f28;
}