Color names in this palette
CSS code for this palette
/* CSS */
.template {
color: #a8c8e1;
}
.blue-bay {
color: #5d9bd5;
}
.lochmara {
color: #2f6f9d;
}
.mr-mustard {
color: #e6b656;
}
.martian-ironearth {
color: #c3574b;
}
/* CSS Variables */
:root {
--template:#a8c8e1;
--blue-bay:#5d9bd5;
--lochmara:#2f6f9d;
--mr-mustard:#e6b656;
--martian-ironearth:#c3574b;
}