Color names in this palette
CSS code for this palette
/* CSS */
.android-green {
color: #a5c639;
}
.bright-khaki {
color: #f0e78e;
}
.cakepop-sorbet {
color: #f7c64b;
}
.soft-pumpkin {
color: #d88d31;
}
.cattail-red {
color: #bc4c29;
}
/* CSS Variables */
:root {
--android-green:#a5c639;
--bright-khaki:#f0e78e;
--cakepop-sorbet:#f7c64b;
--soft-pumpkin:#d88d31;
--cattail-red:#bc4c29;
}