Color names in this palette
CSS code for this palette
/* CSS */
.cherry-kiss {
color: #a02c3d;
}
.phoenix-flames {
color: #f9a01a;
}
.dilly-dally {
color: #f3df5e;
}
.forest-maid {
color: #56b865;
}
.eye-blue {
color: #1e81c8;
}
/* CSS Variables */
:root {
--cherry-kiss:#a02c3d;
--phoenix-flames:#f9a01a;
--dilly-dally:#f3df5e;
--forest-maid:#56b865;
--eye-blue:#1e81c8;
}