Color names in this palette
CSS code for this palette
/* CSS */
.vic-20-pink {
color: #eaa3f0;
}
.pretty-in-pink {
color: #f6c1e4;
}
.peachy-salmon {
color: #ff9d80;
}
.faded-sunlight {
color: #ffce6b;
}
.absolute-apricot {
color: #ff9747;
}
/* CSS Variables */
:root {
--vic-20-pink:#eaa3f0;
--pretty-in-pink:#f6c1e4;
--peachy-salmon:#ff9d80;
--faded-sunlight:#ffce6b;
--absolute-apricot:#ff9747;
}