Color names in this palette
CSS code for this palette
/* CSS */
.sinbad {
color: #a7d3d0;
}
.cooled-blue {
color: #74b9b1;
}
.twilight-meadow {
color: #4ea6a2;
}
.north-sea {
color: #2c6c6d;
}
.lacustral {
color: #1b4b4b;
}
/* CSS Variables */
:root {
--sinbad:#a7d3d0;
--cooled-blue:#74b9b1;
--twilight-meadow:#4ea6a2;
--north-sea:#2c6c6d;
--lacustral:#1b4b4b;
}