Color names in this palette
CSS code for this palette
/* CSS */
.jacksons-purple {
color: #3b3f7d;
}
.onion-skin-blue {
color: #4c4f94;
}
.medieval {
color: #6b6eae;
}
.water-hyacinth {
color: #a3a3d2;
}
.cheerful-whisper {
color: #d4d9e8;
}
/* CSS Variables */
:root {
--jacksons-purple:#3b3f7d;
--onion-skin-blue:#4c4f94;
--medieval:#6b6eae;
--water-hyacinth:#a3a3d2;
--cheerful-whisper:#d4d9e8;
}