Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4f8c3b;
}
.davao-green {
color: #b5d67a;
}
.boxwood-yellow {
color: #f0e4a8;
}
.butter-cream {
color: #f1b041;
}
.faded-red {
color: #d84b4e;
}
/* CSS Variables */
:root {
--fiji-palm:#4f8c3b;
--davao-green:#b5d67a;
--boxwood-yellow:#f0e4a8;
--butter-cream:#f1b041;
--faded-red:#d84b4e;
}