Color names in this palette
CSS code for this palette
/* CSS */
.dent-corn {
color: #f3b61b;
}
.sunny-mood {
color: #f6c84c;
}
.buttery-croissant {
color: #f6e19d;
}
.cool-aloe {
color: #a4d89d;
}
.bachelor-button {
color: #4ab8d3;
}
/* CSS Variables */
:root {
--dent-corn:#f3b61b;
--sunny-mood:#f6c84c;
--buttery-croissant:#f6e19d;
--cool-aloe:#a4d89d;
--bachelor-button:#4ab8d3;
}