Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.yellow-tulip {
color: #f7d06e;
}
.banana-yogurt {
color: #f9e9b4;
}
.cor-de-pele {
color: #f4c3c3;
}
.natural-candy-pink {
color: #e57179;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--yellow-tulip:#f7d06e;
--banana-yogurt:#f9e9b4;
--cor-de-pele:#f4c3c3;
--natural-candy-pink:#e57179;
}