Color names in this palette
CSS code for this palette
/* CSS */
.tequila {
color: #f6d0a2;
}
.calabrese {
color: #f1a8a2;
}
.rambling-rose {
color: #d68a9a;
}
.heart-potion {
color: #a77cb1;
}
.persian-jewel {
color: #6b7cb8;
}
/* CSS Variables */
:root {
--tequila:#f6d0a2;
--calabrese:#f1a8a2;
--rambling-rose:#d68a9a;
--heart-potion:#a77cb1;
--persian-jewel:#6b7cb8;
}