Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.guava {
color: #ff9b29;
}
.marigold {
color: #ffc105;
}
.devil-s-grass {
color: #4cae4f;
}
.karimun-blue {
color: #2094f3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--guava:#ff9b29;
--marigold:#ffc105;
--devil-s-grass:#4cae4f;
--karimun-blue:#2094f3;
}