Color names in this palette
CSS code for this palette
/* CSS */
.certain-peach {
color: #f5b9a3;
}
.english-rose {
color: #f7c5c5;
}
.light-curd {
color: #f9e9c8;
}
.smooth-as-corn-silk {
color: #f4e4b3;
}
.prettiest-pink {
color: #e9a5c5;
}
/* CSS Variables */
:root {
--certain-peach:#f5b9a3;
--english-rose:#f7c5c5;
--light-curd:#f9e9c8;
--smooth-as-corn-silk:#f4e4b3;
--prettiest-pink:#e9a5c5;
}