Color names in this palette
CSS code for this palette
/* CSS */
.nostalgia-perfume {
color: #d7e1f9;
}
.angela-bay {
color: #a3c2e6;
}
.sea-loch {
color: #7097d2;
}
.parkwater {
color: #4b7dbe;
}
.delft {
color: #3e5c89;
}
/* CSS Variables */
:root {
--nostalgia-perfume:#d7e1f9;
--angela-bay:#a3c2e6;
--sea-loch:#7097d2;
--parkwater:#4b7dbe;
--delft:#3e5c89;
}