Color names in this palette
CSS code for this palette
/* CSS */
.blue-kelp {
color: #1c7b7d;
}
.montego-bay {
color: #3bbfbd;
}
.everest {
color: #a2e6e2;
}
.distant-horizon {
color: #f1f9f7;
}
.apricot-gelato {
color: #f6d6b1;
}
/* CSS Variables */
:root {
--blue-kelp:#1c7b7d;
--montego-bay:#3bbfbd;
--everest:#a2e6e2;
--distant-horizon:#f1f9f7;
--apricot-gelato:#f6d6b1;
}