Color names in this palette
CSS code for this palette
/* CSS */
.reddish-banana {
color: #fdbd8b;
}
.spirited-yellow {
color: #fedc81;
}
.natural-wool {
color: #fff5d6;
}
.pollen-powder {
color: #fad185;
}
.pouring-copper {
color: #f89d81;
}
/* CSS Variables */
:root {
--reddish-banana:#fdbd8b;
--spirited-yellow:#fedc81;
--natural-wool:#fff5d6;
--pollen-powder:#fad185;
--pouring-copper:#f89d81;
}