Color names in this palette
CSS code for this palette
/* CSS */
.morning-glory {
color: #a0d3d4;
}
.chuff-blue {
color: #90c2c6;
}
.acapulco-aqua {
color: #7ea9a9;
}
.jugendstil-turquoise {
color: #5c9a9d;
}
.diver-s-eden {
color: #3a797e;
}
/* CSS Variables */
:root {
--morning-glory:#a0d3d4;
--chuff-blue:#90c2c6;
--acapulco-aqua:#7ea9a9;
--jugendstil-turquoise:#5c9a9d;
--diver-s-eden:#3a797e;
}