Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.tort {
color: #5d8d8e;
}
.before-the-storm {
color: #4d6d75;
}
.midnight-hour {
color: #39484c;
}
.livid-brown {
color: #2e2a29;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--tort:#5d8d8e;
--before-the-storm:#4d6d75;
--midnight-hour:#39484c;
--livid-brown:#2e2a29;
}