Color names in this palette
CSS code for this palette
/* CSS */
.foggy-love {
color: #d5c7e6;
}
.simply-violet {
color: #a7a1d4;
}
.cornflower-blue {
color: #6d8ac5;
}
.tech-wave {
color: #4c7d9a;
}
.mechanicus-standard-grey {
color: #3c4a4e;
}
/* CSS Variables */
:root {
--foggy-love:#d5c7e6;
--simply-violet:#a7a1d4;
--cornflower-blue:#6d8ac5;
--tech-wave:#4c7d9a;
--mechanicus-standard-grey:#3c4a4e;
}