Color names in this palette
CSS code for this palette
/* CSS */
.tillandsia-purple {
color: #5e3a88;
}
.purple-plum {
color: #9b5bae;
}
.k-whai-yellow {
color: #e2b22c;
}
.creamy-sweet-corn {
color: #f6c34c;
}
.chilean-fire {
color: #d25c2d;
}
/* CSS Variables */
:root {
--tillandsia-purple:#5e3a88;
--purple-plum:#9b5bae;
--k-whai-yellow:#e2b22c;
--creamy-sweet-corn:#f6c34c;
--chilean-fire:#d25c2d;
}