Color names in this palette
CSS code for this palette
/* CSS */
.orpiment-yellow {
color: #fbc998;
}
.peach {
color: #fdb07c;
}
.sachet-pink {
color: #f490b1;
}
.fair-aqua {
color: #b2e0da;
}
.chefchaouen-blue {
color: #a1d0e8;
}
/* CSS Variables */
:root {
--orpiment-yellow:#fbc998;
--peach:#fdb07c;
--sachet-pink:#f490b1;
--fair-aqua:#b2e0da;
--chefchaouen-blue:#a1d0e8;
}