Color names in this palette
CSS code for this palette
/* CSS */
.italian-fitch {
color: #d1c5e2;
}
.high-style {
color: #a7b3d7;
}
.purple-gentian {
color: #7d9ad8;
}
.marina {
color: #5d83d0;
}
.bluebonnet-frost {
color: #4a6fb0;
}
/* CSS Variables */
:root {
--italian-fitch:#d1c5e2;
--high-style:#a7b3d7;
--purple-gentian:#7d9ad8;
--marina:#5d83d0;
--bluebonnet-frost:#4a6fb0;
}