Color names in this palette
CSS code for this palette
/* CSS */
.lavender-bouquet {
color: #c6c2d0;
}
.mont-blanc {
color: #a2b4d8;
}
.pale-flower {
color: #698dab;
}
.china-pattern {
color: #3e5d75;
}
.subterranean-river {
color: #1f3b4d;
}
/* CSS Variables */
:root {
--lavender-bouquet:#c6c2d0;
--mont-blanc:#a2b4d8;
--pale-flower:#698dab;
--china-pattern:#3e5d75;
--subterranean-river:#1f3b4d;
}