Color names in this palette
CSS code for this palette
/* CSS */
.valentine-red {
color: #9a1d3d;
}
.guppy-violet {
color: #b25c81;
}
.glow-pink {
color: #d99b9c;
}
.cor-de-pele {
color: #f4c3c3;
}
.derry-coast-sunrise {
color: #f8e2ce;
}
/* CSS Variables */
:root {
--valentine-red:#9a1d3d;
--guppy-violet:#b25c81;
--glow-pink:#d99b9c;
--cor-de-pele:#f4c3c3;
--derry-coast-sunrise:#f8e2ce;
}