Color names in this palette
CSS code for this palette
/* CSS */
.golden-beryl-yellow {
color: #d8a303;
}
.aerobic-fix {
color: #a1c34b;
}
.clover-patch {
color: #4b9b5b;
}
.fun-and-games {
color: #2f7e9d;
}
.passionate-blue {
color: #1e396b;
}
/* CSS Variables */
:root {
--golden-beryl-yellow:#d8a303;
--aerobic-fix:#a1c34b;
--clover-patch:#4b9b5b;
--fun-and-games:#2f7e9d;
--passionate-blue:#1e396b;
}