Color names in this palette
CSS code for this palette
/* CSS */
.pyrite {
color: #f8c73f;
}
.goku-orange {
color: #f17b3b;
}
.pastel-strawberry {
color: #f25050;
}
.rose-turkish-delight {
color: #d84f76;
}
.cabbage-blossom-violet {
color: #704d7a;
}
/* CSS Variables */
:root {
--pyrite:#f8c73f;
--goku-orange:#f17b3b;
--pastel-strawberry:#f25050;
--rose-turkish-delight:#d84f76;
--cabbage-blossom-violet:#704d7a;
}