Color names in this palette
CSS code for this palette
/* CSS */
.dream-of-spring {
color: #f6d12c;
}
.fiji-palm {
color: #4c8b3c;
}
.riviera-paradise {
color: #00999e;
}
.grey-matters {
color: #a7a9a2;
}
.treacle {
color: #895b29;
}
/* CSS Variables */
:root {
--dream-of-spring:#f6d12c;
--fiji-palm:#4c8b3c;
--riviera-paradise:#00999e;
--grey-matters:#a7a9a2;
--treacle:#895b29;
}