Color names in this palette
CSS code for this palette
/* CSS */
.tamale-maize {
color: #f6e7b6;
}
.cono-de-vainilla {
color: #f0d7b7;
}
.manga-pink {
color: #f2bad5;
}
.rosecco {
color: #eab8e4;
}
.prettiest-pink {
color: #e3a5c7;
}
/* CSS Variables */
:root {
--tamale-maize:#f6e7b6;
--cono-de-vainilla:#f0d7b7;
--manga-pink:#f2bad5;
--rosecco:#eab8e4;
--prettiest-pink:#e3a5c7;
}