Color names in this palette
CSS code for this palette
/* CSS */
.christmas-silver {
color: #e0e0e0;
}
.soap {
color: #c7c7f0;
}
.sorbet-ice-mauve {
color: #a4a4d6;
}
.astro-zinger {
color: #7a7ab3;
}
.twilight {
color: #505091;
}
/* CSS Variables */
:root {
--christmas-silver:#e0e0e0;
--soap:#c7c7f0;
--sorbet-ice-mauve:#a4a4d6;
--astro-zinger:#7a7ab3;
--twilight:#505091;
}