Color names in this palette
CSS code for this palette
/* CSS */
.bateau {
color: #1d799a;
}
.montego-bay {
color: #3cbac3;
}
.throat-chakra {
color: #6ed5d8;
}
.everest {
color: #9be8df;
}
.pale-canary {
color: #f4f1a9;
}
/* CSS Variables */
:root {
--bateau:#1d799a;
--montego-bay:#3cbac3;
--throat-chakra:#6ed5d8;
--everest:#9be8df;
--pale-canary:#f4f1a9;
}