Color names in this palette
CSS code for this palette
/* CSS */
.lavender-candy {
color: #f7b1d6;
}
.emperor-s-children {
color: #f2a1b2;
}
.parma-ham {
color: #f69a84;
}
.sundance {
color: #f9c86c;
}
.spring-yellow {
color: #f2e678;
}
/* CSS Variables */
:root {
--lavender-candy:#f7b1d6;
--emperor-s-children:#f2a1b2;
--parma-ham:#f69a84;
--sundance:#f9c86c;
--spring-yellow:#f2e678;
}