Color names in this palette
CSS code for this palette
/* CSS */
.carrot {
color: #f86a3a;
}
.mango-loco {
color: #fcbc1d;
}
.fluffy-duckling {
color: #f9df39;
}
.majestic-treasures {
color: #f2e7a6;
}
.reed {
color: #c8d3a7;
}
/* CSS Variables */
:root {
--carrot:#f86a3a;
--mango-loco:#fcbc1d;
--fluffy-duckling:#f9df39;
--majestic-treasures:#f2e7a6;
--reed:#c8d3a7;
}