Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.think-pink {
color: #e8a1c1;
}
.light-sh-shin-yellow {
color: #f9e780;
}
.purity {
color: #d6c5e2;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--think-pink:#e8a1c1;
--light-sh-shin-yellow:#f9e780;
--purity:#d6c5e2;
--white:#ffffff;
}