Color names in this palette
CSS code for this palette
/* CSS */
.lynx-white {
color: #f6f8f8;
}
.arctic-dawn {
color: #e3e6e8;
}
.scandinavian-sky {
color: #c4d2d4;
}
.cloud-blue {
color: #a2b8b9;
}
.cold-front-green {
color: #80b3b3;
}
/* CSS Variables */
:root {
--lynx-white:#f6f8f8;
--arctic-dawn:#e3e6e8;
--scandinavian-sky:#c4d2d4;
--cloud-blue:#a2b8b9;
--cold-front-green:#80b3b3;
}