Color names in this palette
CSS code for this palette
/* CSS */
.marine-layer {
color: #a2b2b4;
}
.embellished-blue {
color: #87c4c9;
}
.fine-blue {
color: #b6e1e2;
}
.anti-flash-white {
color: #f1f4f4;
}
.sundown {
color: #f4c99f;
}
/* CSS Variables */
:root {
--marine-layer:#a2b2b4;
--embellished-blue:#87c4c9;
--fine-blue:#b6e1e2;
--anti-flash-white:#f1f4f4;
--sundown:#f4c99f;
}