Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f3c9d9;
}
.prairie-dune {
color: #fdd5bf;
}
.sunday-best {
color: #f9c8c8;
}
.miami-marmalade {
color: #f78d1d;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--baby-steps:#f3c9d9;
--prairie-dune:#fdd5bf;
--sunday-best:#f9c8c8;
--miami-marmalade:#f78d1d;
--solar-plexus-chakra:#f1c84b;
}