Color names in this palette
CSS code for this palette
/* CSS */
.royal-rum {
color: #a44c4d;
}
.strawberry-smoothie {
color: #e7a2a5;
}
.tequila {
color: #f4d1a4;
}
.cactus-spike {
color: #c4e0a3;
}
.mermaid-s-kiss {
color: #5ac4a7;
}
/* CSS Variables */
:root {
--royal-rum:#a44c4d;
--strawberry-smoothie:#e7a2a5;
--tequila:#f4d1a4;
--cactus-spike:#c4e0a3;
--mermaid-s-kiss:#5ac4a7;
}