Color names in this palette
CSS code for this palette
/* CSS */
.mette-penne {
color: #f7e1d4;
}
.first-date {
color: #f2b1a1;
}
.salmon-eggs {
color: #f9d55d;
}
.shockwave {
color: #6fc8b8;
}
.blue-chill {
color: #3b8c8b;
}
/* CSS Variables */
:root {
--mette-penne:#f7e1d4;
--first-date:#f2b1a1;
--salmon-eggs:#f9d55d;
--shockwave:#6fc8b8;
--blue-chill:#3b8c8b;
}