Color names in this palette
CSS code for this palette
/* CSS */
.english-rose {
color: #f7c5c5;
}
.milky-maize {
color: #f9d69f;
}
.noodles {
color: #f9e3b4;
}
.duck-egg-cream {
color: #c8e5d3;
}
.kingfisher-turquoise {
color: #7ab8b3;
}
/* CSS Variables */
:root {
--english-rose:#f7c5c5;
--milky-maize:#f9d69f;
--noodles:#f9e3b4;
--duck-egg-cream:#c8e5d3;
--kingfisher-turquoise:#7ab8b3;
}