Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.naive-peach {
color: #fce7d4;
}
.mystic-tulip {
color: #f9b49f;
}
.firecracker-salmon {
color: #f45d5d;
}
.llilacquered {
color: #c15c9c;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--naive-peach:#fce7d4;
--mystic-tulip:#f9b49f;
--firecracker-salmon:#f45d5d;
--llilacquered:#c15c9c;
}