Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1c2b6d;
}
.tory-blue {
color: #3c508b;
}
.purple-hyacinth {
color: #6c88c1;
}
.myrtle-flower {
color: #a3b5e0;
}
.almond-roca {
color: #f0e9e0;
}
/* CSS Variables */
:root {
--mythical-night:#1c2b6d;
--tory-blue:#3c508b;
--purple-hyacinth:#6c88c1;
--myrtle-flower:#a3b5e0;
--almond-roca:#f0e9e0;
}