Color names in this palette
CSS code for this palette
/* CSS */
.bonker-pink {
color: #f6517a;
}
.sunset-yellow {
color: #ff8b3d;
}
.golden-buddha-belly {
color: #ffce1f;
}
.a-state-of-mint {
color: #8ef1d1;
}
.sky-dancer {
color: #3d9eff;
}
/* CSS Variables */
:root {
--bonker-pink:#f6517a;
--sunset-yellow:#ff8b3d;
--golden-buddha-belly:#ffce1f;
--a-state-of-mint:#8ef1d1;
--sky-dancer:#3d9eff;
}