Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.applesauce {
color: #f6d798;
}
.powder-blue {
color: #b1e0e7;
}
.prettiest-pink {
color: #e6a2c8;
}
.pearly-purple {
color: #b464a6;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--applesauce:#f6d798;
--powder-blue:#b1e0e7;
--prettiest-pink:#e6a2c8;
--pearly-purple:#b464a6;
}