Color names in this palette
CSS code for this palette
/* CSS */
.york-plum {
color: #d7bfe3;
}
.ariel-s-delight {
color: #afa2d7;
}
.deep-periwinkle {
color: #8080bc;
}
.moonshade {
color: #5b6d9a;
}
.nautical {
color: #2e4a7f;
}
/* CSS Variables */
:root {
--york-plum:#d7bfe3;
--ariel-s-delight:#afa2d7;
--deep-periwinkle:#8080bc;
--moonshade:#5b6d9a;
--nautical:#2e4a7f;
}