Color names in this palette
CSS code for this palette
/* CSS */
.blue-jeans {
color: #5ab1e7;
}
.golden-glam {
color: #f4b943;
}
.goldfinch {
color: #f9e25d;
}
.entan-red {
color: #ec6b4b;
}
.rosy-cheeks {
color: #d84f6d;
}
/* CSS Variables */
:root {
--blue-jeans:#5ab1e7;
--golden-glam:#f4b943;
--goldfinch:#f9e25d;
--entan-red:#ec6b4b;
--rosy-cheeks:#d84f6d;
}