Color names in this palette
CSS code for this palette
/* CSS */
.deep-plum {
color: #4a2d5c;
}
.cyclamen-red {
color: #a85d8c;
}
.rozowy-pink {
color: #f1a7b9;
}
.tasman-honey-yellow {
color: #e6c85c;
}
.opulent-orange {
color: #f25e40;
}
/* CSS Variables */
:root {
--deep-plum:#4a2d5c;
--cyclamen-red:#a85d8c;
--rozowy-pink:#f1a7b9;
--tasman-honey-yellow:#e6c85c;
--opulent-orange:#f25e40;
}