Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f6b6c1;
}
.beach-sand {
color: #f9b58b;
}
.sundance {
color: #f9c56c;
}
.full-yellow {
color: #fbbf50;
}
.orange-pospsicle {
color: #f2a60d;
}
/* CSS Variables */
:root {
--ibis:#f6b6c1;
--beach-sand:#f9b58b;
--sundance:#f9c56c;
--full-yellow:#fbbf50;
--orange-pospsicle:#f2a60d;
}