Color names in this palette
CSS code for this palette
/* CSS */
.crusade-king {
color: #d6c561;
}
.dill-green {
color: #b8af4c;
}
.mikado-green {
color: #a6a230;
}
.yellow-petal {
color: #f0e54c;
}
.indian-pale-ale {
color: #d8b62c;
}
/* CSS Variables */
:root {
--crusade-king:#d6c561;
--dill-green:#b8af4c;
--mikado-green:#a6a230;
--yellow-petal:#f0e54c;
--indian-pale-ale:#d8b62c;
}