Color names in this palette
CSS code for this palette
/* CSS */
.submarine-grey {
color: #4c5b5d;
}
.more-than-a-week {
color: #8b8d8c;
}
.laid-back-grey {
color: #b3b0a8;
}
.sanctuary {
color: #d5c9a5;
}
.pink-abalone {
color: #e7b8a2;
}
/* CSS Variables */
:root {
--submarine-grey:#4c5b5d;
--more-than-a-week:#8b8d8c;
--laid-back-grey:#b3b0a8;
--sanctuary:#d5c9a5;
--pink-abalone:#e7b8a2;
}