Color names in this palette
CSS code for this palette
/* CSS */
.amaya {
color: #f1c1ce;
}
.sweet-60 {
color: #f2a1ae;
}
.pastel-magenta {
color: #f89bc3;
}
.god-s-own-junkyard-pink {
color: #f76998;
}
.rouge-red {
color: #e1476d;
}
/* CSS Variables */
:root {
--amaya:#f1c1ce;
--sweet-60:#f2a1ae;
--pastel-magenta:#f89bc3;
--god-s-own-junkyard-pink:#f76998;
--rouge-red:#e1476d;
}