Color names in this palette
CSS code for this palette
/* CSS */
.crusade-king {
color: #d6c561;
}
.azeitona {
color: #a9b54a;
}
.alpine-herbs {
color: #499c54;
}
.green-belt {
color: #2d806d;
}
.olympian-blue {
color: #1a4a89;
}
/* CSS Variables */
:root {
--crusade-king:#d6c561;
--azeitona:#a9b54a;
--alpine-herbs:#499c54;
--green-belt:#2d806d;
--olympian-blue:#1a4a89;
}