Color names in this palette
CSS code for this palette
/* CSS */
.calico-dress {
color: #3c4e68;
}
.allegiance {
color: #5b6b8b;
}
.lavender-lustre {
color: #8c9fc0;
}
.breezy-touch {
color: #bfd8e8;
}
.venus-pink {
color: #f1e4e7;
}
/* CSS Variables */
:root {
--calico-dress:#3c4e68;
--allegiance:#5b6b8b;
--lavender-lustre:#8c9fc0;
--breezy-touch:#bfd8e8;
--venus-pink:#f1e4e7;
}