Color names in this palette
CSS code for this palette
/* CSS */
.giant-s-club {
color: #b55c4f;
}
.balinese-sunset {
color: #f29f78;
}
.cameo-cream {
color: #f4e2c3;
}
.green-trance {
color: #a5d9a1;
}
.natural-orchestra {
color: #4b9b7c;
}
/* CSS Variables */
:root {
--giant-s-club:#b55c4f;
--balinese-sunset:#f29f78;
--cameo-cream:#f4e2c3;
--green-trance:#a5d9a1;
--natural-orchestra:#4b9b7c;
}