Color names in this palette
CSS code for this palette
/* CSS */
.angel-blush {
color: #f7e3d9;
}
.lavender-water {
color: #d3c7e0;
}
.mont-blanc {
color: #a2b7d7;
}
.sea-loch {
color: #6d9bd5;
}
.larkspur {
color: #3c7f90;
}
/* CSS Variables */
:root {
--angel-blush:#f7e3d9;
--lavender-water:#d3c7e0;
--mont-blanc:#a2b7d7;
--sea-loch:#6d9bd5;
--larkspur:#3c7f90;
}