Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.bergamot-orange {
color: #f2a15a;
}
.applesauce {
color: #f9d89a;
}
.shrimp-boat {
color: #f4be9f;
}
.pink-eraser {
color: #f29c9c;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--bergamot-orange:#f2a15a;
--applesauce:#f9d89a;
--shrimp-boat:#f4be9f;
--pink-eraser:#f29c9c;
}