Color names in this palette
CSS code for this palette
/* CSS */
.foggy-love {
color: #d5c4e4;
}
.grape-arbor {
color: #a89cc9;
}
.deep-periwinkle {
color: #7c7ec0;
}
.parkwater {
color: #4b7dbe;
}
.drakenhof-nightshade {
color: #1f5c9e;
}
/* CSS Variables */
:root {
--foggy-love:#d5c4e4;
--grape-arbor:#a89cc9;
--deep-periwinkle:#7c7ec0;
--parkwater:#4b7dbe;
--drakenhof-nightshade:#1f5c9e;
}