Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit {
color: #ff5c5c;
}
.floral-leaf {
color: #ffb84d;
}
.vibrant {
color: #ffd54d;
}
.hanuman-green {
color: #4dffb8;
}
.stellar-strawberry {
color: #ff5c8d;
}
/* CSS Variables */
:root {
--grapefruit:#ff5c5c;
--floral-leaf:#ffb84d;
--vibrant:#ffd54d;
--hanuman-green:#4dffb8;
--stellar-strawberry:#ff5c8d;
}