Color names in this palette
CSS code for this palette
/* CSS */
.pretty-lady {
color: #c6a4b3;
}
.fussy-pink {
color: #e8a1be;
}
.cymophane-yellow {
color: #f1e5a7;
}
.salmon-eggs {
color: #f4d35d;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--pretty-lady:#c6a4b3;
--fussy-pink:#e8a1be;
--cymophane-yellow:#f1e5a7;
--salmon-eggs:#f4d35d;
--creamy-sweet-corn:#f9c54e;
}