Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.5 {
color: #f9d68b;
}
.khaki-core {
color: #f9e3ae;
}
.butter-muffin {
color: #f8dfb4;
}
.sweet-lilac {
color: #eab8d1;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--5:#f9d68b;
--khaki-core:#f9e3ae;
--butter-muffin:#f8dfb4;
--sweet-lilac:#eab8d1;
}