Color names in this palette
CSS code for this palette
/* CSS */
.stellar-strawberry {
color: #ff618b;
}
.chanterelles {
color: #ffc370;
}
.honey-glaze {
color: #ffda75;
}
.lilliputian-lime {
color: #7fd959;
}
.verditer {
color: #00b3aa;
}
/* CSS Variables */
:root {
--stellar-strawberry:#ff618b;
--chanterelles:#ffc370;
--honey-glaze:#ffda75;
--lilliputian-lime:#7fd959;
--verditer:#00b3aa;
}