Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.marigold-dust {
color: #f4cf3e;
}
.be-spontaneous {
color: #a0d468;
}
.devil-s-grass {
color: #4cae4f;
}
.azure-tide {
color: #2a9d90;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--marigold-dust:#f4cf3e;
--be-spontaneous:#a0d468;
--devil-s-grass:#4cae4f;
--azure-tide:#2a9d90;
}