Color names in this palette
CSS code for this palette
/* CSS */
.gizmo {
color: #d3a1b7;
}
.lily-legs {
color: #f1c6d7;
}
.sandy-beach {
color: #f9e2d2;
}
.menoth-white-base {
color: #f1e8b7;
}
.vista-blue {
color: #94d6b2;
}
/* CSS Variables */
:root {
--gizmo:#d3a1b7;
--lily-legs:#f1c6d7;
--sandy-beach:#f9e2d2;
--menoth-white-base:#f1e8b7;
--vista-blue:#94d6b2;
}