Color names in this palette
CSS code for this palette
/* CSS */
.forest-blues {
color: #0a3d61;
}
.bermuda {
color: #1d7e8b;
}
.lake-tahoe-turquoise {
color: #39afb1;
}
.chrome-yellow {
color: #faa700;
}
.vivid-orange {
color: #ff5e00;
}
/* CSS Variables */
:root {
--forest-blues:#0a3d61;
--bermuda:#1d7e8b;
--lake-tahoe-turquoise:#39afb1;
--chrome-yellow:#faa700;
--vivid-orange:#ff5e00;
}