Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.butterscotch-cake {
color: #f3c582;
}
.sauerkraut {
color: #f0e0b7;
}
.blue-pearl {
color: #c4d8e3;
}
.island-light {
color: #a6c6ed;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--butterscotch-cake:#f3c582;
--sauerkraut:#f0e0b7;
--blue-pearl:#c4d8e3;
--island-light:#a6c6ed;
}