Color names in this palette
CSS code for this palette
/* CSS */
.peanut-butter-chicken {
color: #feb85d;
}
.be-daring {
color: #fec643;
}
.salomie {
color: #fed57c;
}
.friendship {
color: #ffd6c2;
}
.rubber-radish {
color: #ff9999;
}
/* CSS Variables */
:root {
--peanut-butter-chicken:#feb85d;
--be-daring:#fec643;
--salomie:#fed57c;
--friendship:#ffd6c2;
--rubber-radish:#ff9999;
}