Color names in this palette
CSS code for this palette
/* CSS */
.lambent-lagoon {
color: #3c5990;
}
.grant-village {
color: #6a8faf;
}
.windsor-way {
color: #a2c7e7;
}
.quartz-white {
color: #f2e8e3;
}
.blushing-tulip {
color: #df9fb5;
}
/* CSS Variables */
:root {
--lambent-lagoon:#3c5990;
--grant-village:#6a8faf;
--windsor-way:#a2c7e7;
--quartz-white:#f2e8e3;
--blushing-tulip:#df9fb5;
}