Color names in this palette
CSS code for this palette
/* CSS */
.bluette {
color: #9fc1d6;
}
.tibetan-stone {
color: #75b5c2;
}
.rockpool {
color: #4ea0a2;
}
.sea-caller {
color: #3e878e;
}
.mordant-blue {
color: #2c686d;
}
/* CSS Variables */
:root {
--bluette:#9fc1d6;
--tibetan-stone:#75b5c2;
--rockpool:#4ea0a2;
--sea-caller:#3e878e;
--mordant-blue:#2c686d;
}