Color names in this palette
CSS code for this palette
/* CSS */
.pink-booties {
color: #f0e0e5;
}
.moon-goddess {
color: #d1c6d7;
}
.blue-pot {
color: #a2b0c3;
}
.genteel-blue {
color: #6a8caf;
}
.southern-blue {
color: #395989;
}
/* CSS Variables */
:root {
--pink-booties:#f0e0e5;
--moon-goddess:#d1c6d7;
--blue-pot:#a2b0c3;
--genteel-blue:#6a8caf;
--southern-blue:#395989;
}