Color names in this palette
CSS code for this palette
/* CSS */
.buttery-croissant {
color: #f2e19c;
}
.shrimp-toast {
color: #f9c69f;
}
.pink-eraser {
color: #f29c9c;
}
.juicy-details {
color: #d57b7b;
}
.queen-s {
color: #7b6d9c;
}
/* CSS Variables */
:root {
--buttery-croissant:#f2e19c;
--shrimp-toast:#f9c69f;
--pink-eraser:#f29c9c;
--juicy-details:#d57b7b;
--queen-s:#7b6d9c;
}