Color names in this palette
CSS code for this palette
/* CSS */
.mediterranean-sea {
color: #1b8da7;
}
.throat-chakra {
color: #68d1d4;
}
.tahitian-breeze {
color: #b4e9e4;
}
.marigold-dust {
color: #f8cf3a;
}
.cheese-please {
color: #fa9614;
}
/* CSS Variables */
:root {
--mediterranean-sea:#1b8da7;
--throat-chakra:#68d1d4;
--tahitian-breeze:#b4e9e4;
--marigold-dust:#f8cf3a;
--cheese-please:#fa9614;
}