Color names in this palette
CSS code for this palette
/* CSS */
.cyclamen-red {
color: #a85d8c;
}
.parfait-pink {
color: #e3b0c4;
}
.cream-washed {
color: #f1e0c6;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--cyclamen-red:#a85d8c;
--parfait-pink:#e3b0c4;
--cream-washed:#f1e0c6;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}