Color names in this palette
CSS code for this palette
/* CSS */
.liberty {
color: #4b4ea0;
}
.fisher-king {
color: #4f7dba;
}
.blue-chrysocolla {
color: #7ab9d1;
}
.everest {
color: #a1e1e2;
}
.child-of-light {
color: #f1f4f8;
}
/* CSS Variables */
:root {
--liberty:#4b4ea0;
--fisher-king:#4f7dba;
--blue-chrysocolla:#7ab9d1;
--everest:#a1e1e2;
--child-of-light:#f1f4f8;
}