Color names in this palette
CSS code for this palette
/* CSS */
.odyssey-grey {
color: #4b4e5d;
}
.blue-mood {
color: #7b7f8e;
}
.great-falls {
color: #a2a6b4;
}
.enchant {
color: #d1c6d2;
}
.rosie-posie {
color: #f1e4ea;
}
/* CSS Variables */
:root {
--odyssey-grey:#4b4e5d;
--blue-mood:#7b7f8e;
--great-falls:#a2a6b4;
--enchant:#d1c6d2;
--rosie-posie:#f1e4ea;
}