Color names in this palette
CSS code for this palette
/* CSS */
.orange-gluttony {
color: #ef7d1f;
}
.butter-cream {
color: #f2ae40;
}
.oriole-yellow {
color: #f6d579;
}
.flowering-cactus {
color: #a1d9c0;
}
.boat-house {
color: #4a8fba;
}
/* CSS Variables */
:root {
--orange-gluttony:#ef7d1f;
--butter-cream:#f2ae40;
--oriole-yellow:#f6d579;
--flowering-cactus:#a1d9c0;
--boat-house:#4a8fba;
}