Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.forsythia-blossom {
color: #f9d66c;
}
.antique-wicker-basket {
color: #f2d3a1;
}
.frugal {
color: #a8d7b3;
}
.aegean-green {
color: #4a8c6c;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--forsythia-blossom:#f9d66c;
--antique-wicker-basket:#f2d3a1;
--frugal:#a8d7b3;
--aegean-green:#4a8c6c;
}