Color names in this palette
CSS code for this palette
/* CSS */
.lavender-water {
color: #d1c7e0;
}
.conclave {
color: #a7b8d7;
}
.debutante-ball {
color: #6d8dba;
}
.coelin-blue {
color: #497b92;
}
.atlantic-deep {
color: #2b4c55;
}
/* CSS Variables */
:root {
--lavender-water:#d1c7e0;
--conclave:#a7b8d7;
--debutante-ball:#6d8dba;
--coelin-blue:#497b92;
--atlantic-deep:#2b4c55;
}