Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.butter-muffin {
color: #f8e0b4;
}
.rogue-pink {
color: #f7a1c1;
}
.quench-blue {
color: #b6e1e7;
}
.jugendstil-turquoise {
color: #5c999d;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--butter-muffin:#f8e0b4;
--rogue-pink:#f7a1c1;
--quench-blue:#b6e1e7;
--jugendstil-turquoise:#5c999d;
}