Color names in this palette
CSS code for this palette
/* CSS */
.french-pink {
color: #f967a6;
}
.cupid {
color: #f6b1c5;
}
.mette-penne {
color: #f8e2d3;
}
.dirty-blue {
color: #3b809b;
}
.nautical-creatures {
color: #2b5d78;
}
/* CSS Variables */
:root {
--french-pink:#f967a6;
--cupid:#f6b1c5;
--mette-penne:#f8e2d3;
--dirty-blue:#3b809b;
--nautical-creatures:#2b5d78;
}