Color names in this palette
CSS code for this palette
/* CSS */
.full-of-life {
color: #da5c2b;
}
.gemini-mustard-momento {
color: #f9a64e;
}
.cream {
color: #fefec3;
}
.sea-rover {
color: #a1d4e2;
}
.english-river {
color: #3b798c;
}
/* CSS Variables */
:root {
--full-of-life:#da5c2b;
--gemini-mustard-momento:#f9a64e;
--cream:#fefec3;
--sea-rover:#a1d4e2;
--english-river:#3b798c;
}