Color names in this palette
CSS code for this palette
/* CSS */
.livid {
color: #6983d3;
}
.teclis-blue {
color: #a6b7e3;
}
.puffy-cloud {
color: #d3e0f3;
}
.child-of-light {
color: #f2f6f8;
}
.etcetera {
color: #e1c6d2;
}
/* CSS Variables */
:root {
--livid:#6983d3;
--teclis-blue:#a6b7e3;
--puffy-cloud:#d3e0f3;
--child-of-light:#f2f6f8;
--etcetera:#e1c6d2;
}