Color names in this palette
CSS code for this palette
/* CSS */
.stellar-strawberry {
color: #ff5c8a;
}
.floral-leaf {
color: #ffb84d;
}
.thor-s-thunder {
color: #4dc9ff;
}
.flora {
color: #6bff7a;
}
.smashed-pumpkin {
color: #ff6a3d;
}
/* CSS Variables */
:root {
--stellar-strawberry:#ff5c8a;
--floral-leaf:#ffb84d;
--thor-s-thunder:#4dc9ff;
--flora:#6bff7a;
--smashed-pumpkin:#ff6a3d;
}