Color names in this palette
CSS code for this palette
/* CSS */
.vanilla {
color: #f3e4aa;
}
.vast-escape {
color: #d4c496;
}
.pixieland {
color: #b2a9c7;
}
.blue-intrigue {
color: #7c7c9c;
}
.independence {
color: #4e4e6e;
}
/* CSS Variables */
:root {
--vanilla:#f3e4aa;
--vast-escape:#d4c496;
--pixieland:#b2a9c7;
--blue-intrigue:#7c7c9c;
--independence:#4e4e6e;
}