Color names in this palette
CSS code for this palette
/* CSS */
.vanilla-paste {
color: #f3e7d3;
}
.chinaberry-bloom {
color: #d6c2d5;
}
.elizabeth-blue {
color: #a1b6d4;
}
.fate {
color: #6c9fc1;
}
.fun-and-games {
color: #2a799d;
}
/* CSS Variables */
:root {
--vanilla-paste:#f3e7d3;
--chinaberry-bloom:#d6c2d5;
--elizabeth-blue:#a1b6d4;
--fate:#6c9fc1;
--fun-and-games:#2a799d;
}