Color names in this palette
CSS code for this palette
/* CSS */
.valentine-heart {
color: #c07c9c;
}
.sweet-60 {
color: #f3a0b0;
}
.prairie-dune {
color: #fcd4c0;
}
.maximum-yellow-red {
color: #f1b74b;
}
.anarchist {
color: #d53449;
}
/* CSS Variables */
:root {
--valentine-heart:#c07c9c;
--sweet-60:#f3a0b0;
--prairie-dune:#fcd4c0;
--maximum-yellow-red:#f1b74b;
--anarchist:#d53449;
}