Color names in this palette
CSS code for this palette
/* CSS */
.forever-blue {
color: #8a9bb7;
}
.ballet-blue {
color: #b0c4d8;
}
.orchid-tint {
color: #d5c8d2;
}
.think-pink {
color: #e6a3c0;
}
.highlighter-pink {
color: #e65c7a;
}
/* CSS Variables */
:root {
--forever-blue:#8a9bb7;
--ballet-blue:#b0c4d8;
--orchid-tint:#d5c8d2;
--think-pink:#e6a3c0;
--highlighter-pink:#e65c7a;
}