Color names in this palette
CSS code for this palette
/* CSS */
.cactus-blooms {
color: #f5c79e;
}
.passion-fruit-punch {
color: #e9a99b;
}
.little-bow-pink {
color: #d57c94;
}
.llilacquered {
color: #c75ca3;
}
.soft-purple {
color: #a76cb2;
}
/* CSS Variables */
:root {
--cactus-blooms:#f5c79e;
--passion-fruit-punch:#e9a99b;
--little-bow-pink:#d57c94;
--llilacquered:#c75ca3;
--soft-purple:#a76cb2;
}