Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1a8c8e;
}
.chinese-lacquer {
color: #5dc4c6;
}
.everest {
color: #a2e6e6;
}
.white-sulfur {
color: #f2faeb;
}
.milky-maize {
color: #f8d6a0;
}
/* CSS Variables */
:root {
--ocean-liner:#1a8c8e;
--chinese-lacquer:#5dc4c6;
--everest:#a2e6e6;
--white-sulfur:#f2faeb;
--milky-maize:#f8d6a0;
}