Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c8a6;
}
.pink-fit {
color: #f6a7b2;
}
.geranium-pink {
color: #f68e9d;
}
.i-love-you-pink {
color: #d97d8c;
}
.mulberry-bush {
color: #a9709d;
}
/* CSS Variables */
:root {
--peach-damask:#f7c8a6;
--pink-fit:#f6a7b2;
--geranium-pink:#f68e9d;
--i-love-you-pink:#d97d8c;
--mulberry-bush:#a9709d;
}