Color names in this palette
CSS code for this palette
/* CSS */
.lucidity {
color: #1a3c6b;
}
.delft {
color: #3d5a8a;
}
.hushed-lilac {
color: #6c8eb7;
}
.powder-soft-blue {
color: #b6c8d8;
}
.naturale {
color: #f1e0d0;
}
/* CSS Variables */
:root {
--lucidity:#1a3c6b;
--delft:#3d5a8a;
--hushed-lilac:#6c8eb7;
--powder-soft-blue:#b6c8d8;
--naturale:#f1e0d0;
}