Color names in this palette
CSS code for this palette
/* CSS */
.allegiance {
color: #5b6c8b;
}
.moon-veil {
color: #8b9bb1;
}
.simply-sparkling {
color: #b2c3e0;
}
.hopeful {
color: #f3d3e1;
}
.rose-mallow {
color: #f9a9c9;
}
/* CSS Variables */
:root {
--allegiance:#5b6c8b;
--moon-veil:#8b9bb1;
--simply-sparkling:#b2c3e0;
--hopeful:#f3d3e1;
--rose-mallow:#f9a9c9;
}