Color names in this palette
CSS code for this palette
/* CSS */
.template {
color: #a6c7e2;
}
.lime-bright {
color: #f1e3b1;
}
.citrus-honey {
color: #f3b76d;
}
.re-entry {
color: #db4d4d;
}
.magenta-violet {
color: #6b508b;
}
/* CSS Variables */
:root {
--template:#a6c7e2;
--lime-bright:#f1e3b1;
--citrus-honey:#f3b76d;
--re-entry:#db4d4d;
--magenta-violet:#6b508b;
}