Color names in this palette
CSS code for this palette
/* CSS */
.sandy-brown {
color: #f6a160;
}
.shrimp-toast {
color: #f9c69f;
}
.shaded-sun {
color: #f3eba5;
}
.flowering-cactus {
color: #a3d7be;
}
.broom-butterfly-blue {
color: #6aafdc;
}
/* CSS Variables */
:root {
--sandy-brown:#f6a160;
--shrimp-toast:#f9c69f;
--shaded-sun:#f3eba5;
--flowering-cactus:#a3d7be;
--broom-butterfly-blue:#6aafdc;
}