Color names in this palette
CSS code for this palette
/* CSS */
.expressionism {
color: #3a4c7e;
}
.moonshade {
color: #5b6d9f;
}
.jay-wing-feathers {
color: #7991b9;
}
.artesian-pool {
color: #a8c1e1;
}
.pink-scallop {
color: #f1e1d5;
}
/* CSS Variables */
:root {
--expressionism:#3a4c7e;
--moonshade:#5b6d9f;
--jay-wing-feathers:#7991b9;
--artesian-pool:#a8c1e1;
--pink-scallop:#f1e1d5;
}