Color names in this palette
CSS code for this palette
/* CSS */
.north-atlantic {
color: #5c7b7f;
}
.lobaria-lichen {
color: #a3c8b6;
}
.sentinel {
color: #d2dfd8;
}
.quiet-whisper {
color: #f0f4e7;
}
.sandy-shore {
color: #f2e7ba;
}
/* CSS Variables */
:root {
--north-atlantic:#5c7b7f;
--lobaria-lichen:#a3c8b6;
--sentinel:#d2dfd8;
--quiet-whisper:#f0f4e7;
--sandy-shore:#f2e7ba;
}