Color names in this palette
CSS code for this palette
/* CSS */
.silverstone {
color: #b1b4b2;
}
.fling-green {
color: #8dd3cf;
}
.arctic-green {
color: #4bb9b9;
}
.jade-orchid {
color: #00a8a8;
}
.teal {
color: #007f80;
}
/* CSS Variables */
:root {
--silverstone:#b1b4b2;
--fling-green:#8dd3cf;
--arctic-green:#4bb9b9;
--jade-orchid:#00a8a8;
--teal:#007f80;
}