Color names in this palette
CSS code for this palette
/* CSS */
.pretty-in-pink {
color: #f6c1e8;
}
.hot-aquarelle-pink {
color: #ffb3e4;
}
.peach-orange {
color: #ffcc99;
}
.tiger-yellow {
color: #ffdf80;
}
.mandarin-sorbet {
color: #ffad42;
}
/* CSS Variables */
:root {
--pretty-in-pink:#f6c1e8;
--hot-aquarelle-pink:#ffb3e4;
--peach-orange:#ffcc99;
--tiger-yellow:#ffdf80;
--mandarin-sorbet:#ffad42;
}