Color names in this palette
CSS code for this palette
/* CSS */
.stellar-strawberry {
color: #ff5c8a;
}
.orange-pop {
color: #ffb83d;
}
.robot-grendizer-gold {
color: #f1e60e;
}
.bubble-algae {
color: #8cedc6;
}
.cerulean {
color: #4fb0e8;
}
/* CSS Variables */
:root {
--stellar-strawberry:#ff5c8a;
--orange-pop:#ffb83d;
--robot-grendizer-gold:#f1e60e;
--bubble-algae:#8cedc6;
--cerulean:#4fb0e8;
}