Color names in this palette
CSS code for this palette
/* CSS */
.arctic-dawn {
color: #e3e5e8;
}
.posey-blue {
color: #a4b6c6;
}
.scanda {
color: #6e8daa;
}
.memphis-green {
color: #5e9c7e;
}
.american-yellow {
color: #f5b400;
}
/* CSS Variables */
:root {
--arctic-dawn:#e3e5e8;
--posey-blue:#a4b6c6;
--scanda:#6e8daa;
--memphis-green:#5e9c7e;
--american-yellow:#f5b400;
}