Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d9b0e3;
}
.soft-cashmere {
color: #f1b6d9;
}
.summer-s-heat {
color: #f9e69a;
}
.spring-yellow {
color: #f3e57c;
}
.full-yellow {
color: #f9ba4e;
}
/* CSS Variables */
:root {
--pretty-petunia:#d9b0e3;
--soft-cashmere:#f1b6d9;
--summer-s-heat:#f9e69a;
--spring-yellow:#f3e57c;
--full-yellow:#f9ba4e;
}