Color names in this palette
CSS code for this palette
/* CSS */
.pico-void {
color: #1a2c51;
}
.egyptian-violet {
color: #3d4b71;
}
.bermuda-triangle {
color: #6d8b9c;
}
.airway {
color: #afc3d4;
}
.ethereal-white {
color: #e6f4f1;
}
/* CSS Variables */
:root {
--pico-void:#1a2c51;
--egyptian-violet:#3d4b71;
--bermuda-triangle:#6d8b9c;
--airway:#afc3d4;
--ethereal-white:#e6f4f1;
}