Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.sweet-chamomile {
color: #fce388;
}
.meat {
color: #f38181;
}
.ibis {
color: #f3afc2;
}
.testosterose {
color: #dfa8ff;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--sweet-chamomile:#fce388;
--meat:#f38181;
--ibis:#f3afc2;
--testosterose:#dfa8ff;
}