Color names in this palette
CSS code for this palette
/* CSS */
.pretty-lady {
color: #c3a2b6;
}
.sweet-lilac {
color: #eab8d0;
}
.pale-orchid-petal {
color: #f6e4ec;
}
.golden-hour {
color: #f3b058;
}
.retro-nectarine {
color: #e77c18;
}
/* CSS Variables */
:root {
--pretty-lady:#c3a2b6;
--sweet-lilac:#eab8d0;
--pale-orchid-petal:#f6e4ec;
--golden-hour:#f3b058;
--retro-nectarine:#e77c18;
}