Color names in this palette
CSS code for this palette
/* CSS */
.beaded-blue {
color: #4a4e8c;
}
.portage {
color: #899ad7;
}
.powdered-granite {
color: #c5c8e7;
}
.sheer-lavender {
color: #f0e0f0;
}
.little-baby-girl {
color: #f6b6d5;
}
/* CSS Variables */
:root {
--beaded-blue:#4a4e8c;
--portage:#899ad7;
--powdered-granite:#c5c8e7;
--sheer-lavender:#f0e0f0;
--little-baby-girl:#f6b6d5;
}