Color names in this palette
CSS code for this palette
/* CSS */
.pico-void {
color: #1f2d51;
}
.deep-azure {
color: #3e597e;
}
.grant-village {
color: #6d90b0;
}
.blue-dam {
color: #a1c6d4;
}
.just-blush {
color: #f9b4a4;
}
/* CSS Variables */
:root {
--pico-void:#1f2d51;
--deep-azure:#3e597e;
--grant-village:#6d90b0;
--blue-dam:#a1c6d4;
--just-blush:#f9b4a4;
}