Color names in this palette
CSS code for this palette
/* CSS */
.jamaican-jade {
color: #5dd5c5;
}
.overtone {
color: #a3e0b8;
}
.sandy-shore {
color: #f2eaba;
}
.floral-leaf {
color: #ffb84d;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--jamaican-jade:#5dd5c5;
--overtone:#a3e0b8;
--sandy-shore:#f2eaba;
--floral-leaf:#ffb84d;
--breeze-of-chilli:#f76e6e;
}