Color names in this palette
CSS code for this palette
/* CSS */
.ginger-peach {
color: #f7d0a1;
}
.pretty-pink-piggy {
color: #f1a7d6;
}
.connecticut-lilac {
color: #d0b4e9;
}
.ice-crystal-blue {
color: #a8e1e0;
}
.nature-apricot {
color: #ffbaa3;
}
/* CSS Variables */
:root {
--ginger-peach:#f7d0a1;
--pretty-pink-piggy:#f1a7d6;
--connecticut-lilac:#d0b4e9;
--ice-crystal-blue:#a8e1e0;
--nature-apricot:#ffbaa3;
}