Color names in this palette
CSS code for this palette
/* CSS */
.jardini-re {
color: #009975;
}
.miami-teal {
color: #6cc6b5;
}
.menthol-kiss {
color: #a2e2d4;
}
.james-blonde {
color: #f2e4b5;
}
.ruffles {
color: #f9b7ae;
}
/* CSS Variables */
:root {
--jardini-re:#009975;
--miami-teal:#6cc6b5;
--menthol-kiss:#a2e2d4;
--james-blonde:#f2e4b5;
--ruffles:#f9b7ae;
}