Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f8c6a5;
}
.mystic-tulip {
color: #f5b6a3;
}
.baby-s-booties {
color: #e8bfc6;
}
.noodles {
color: #f9e3b4;
}
.goldfish {
color: #f2b05f;
}
/* CSS Variables */
:root {
--peach-damask:#f8c6a5;
--mystic-tulip:#f5b6a3;
--baby-s-booties:#e8bfc6;
--noodles:#f9e3b4;
--goldfish:#f2b05f;
}