Color names in this palette
CSS code for this palette
/* CSS */
.siesta-sands {
color: #f0e6e0;
}
.tender-violet {
color: #d5c4d9;
}
.lavender-phlox {
color: #a8b6e1;
}
.danube {
color: #5b8cbe;
}
.celestial-blue {
color: #2a4d6a;
}
/* CSS Variables */
:root {
--siesta-sands:#f0e6e0;
--tender-violet:#d5c4d9;
--lavender-phlox:#a8b6e1;
--danube:#5b8cbe;
--celestial-blue:#2a4d6a;
}