Color names in this palette
CSS code for this palette
/* CSS */
.italian-fitch {
color: #d2c8e5;
}
.whipped-violet {
color: #a1a7d4;
}
.gunj-blue {
color: #5c8ead;
}
.blue-tang {
color: #2b4c6e;
}
.capital-blue {
color: #1c3f5a;
}
/* CSS Variables */
:root {
--italian-fitch:#d2c8e5;
--whipped-violet:#a1a7d4;
--gunj-blue:#5c8ead;
--blue-tang:#2b4c6e;
--capital-blue:#1c3f5a;
}