Color names in this palette
CSS code for this palette
/* CSS */
.big-sur-blue-jade {
color: #3e6d8e;
}
.alpine-morning-blue {
color: #a6c9d9;
}
.james-blonde {
color: #f2e2b5;
}
.florida-mango {
color: #ef9c6c;
}
.sweet-mandarin {
color: #d35c3c;
}
/* CSS Variables */
:root {
--big-sur-blue-jade:#3e6d8e;
--alpine-morning-blue:#a6c9d9;
--james-blonde:#f2e2b5;
--florida-mango:#ef9c6c;
--sweet-mandarin:#d35c3c;
}