Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f6b1d1;
}
.pink-chalk {
color: #f4a4c0;
}
.strawberry-soap {
color: #f6889b;
}
.amber-yellow {
color: #f5b55b;
}
.sheer-apricot {
color: #f1c89d;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f6b1d1;
--pink-chalk:#f4a4c0;
--strawberry-soap:#f6889b;
--amber-yellow:#f5b55b;
--sheer-apricot:#f1c89d;
}