Color names in this palette
CSS code for this palette
/* CSS */
.cyclamen-red {
color: #a65e8d;
}
.sprinkled-with-pink {
color: #e8a1ae;
}
.milky-maize {
color: #f7d7a1;
}
.barberry-yellow {
color: #f1c132;
}
.painted-poppy {
color: #d05539;
}
/* CSS Variables */
:root {
--cyclamen-red:#a65e8d;
--sprinkled-with-pink:#e8a1ae;
--milky-maize:#f7d7a1;
--barberry-yellow:#f1c132;
--painted-poppy:#d05539;
}