Color names in this palette
CSS code for this palette
/* CSS */
.melon-ice {
color: #f4d6c8;
}
.mette-penne {
color: #f7e1d4;
}
.hawaiian-cream {
color: #f9e6b9;
}
.margarine {
color: #f6d52c;
}
.pressed-rose {
color: #f1a8a7;
}
/* CSS Variables */
:root {
--melon-ice:#f4d6c8;
--mette-penne:#f7e1d4;
--hawaiian-cream:#f9e6b9;
--margarine:#f6d52c;
--pressed-rose:#f1a8a7;
}