Color names in this palette
CSS code for this palette
/* CSS */
.stellar-strawberry {
color: #ff5c8a;
}
.vintage-orange {
color: #ffb35c;
}
.yuzu-marmalade {
color: #ffd966;
}
.blue-chaos {
color: #4d9dff;
}
.vega-violet {
color: #a85cff;
}
/* CSS Variables */
:root {
--stellar-strawberry:#ff5c8a;
--vintage-orange:#ffb35c;
--yuzu-marmalade:#ffd966;
--blue-chaos:#4d9dff;
--vega-violet:#a85cff;
}