Color names in this palette
CSS code for this palette
/* CSS */
.pismo-dunes {
color: #f6d7a2;
}
.tequila {
color: #f4cba4;
}
.sweet-sheba {
color: #f1b7a7;
}
.wood-nymph {
color: #eba2a5;
}
.childhood-crush {
color: #e06c6c;
}
/* CSS Variables */
:root {
--pismo-dunes:#f6d7a2;
--tequila:#f4cba4;
--sweet-sheba:#f1b7a7;
--wood-nymph:#eba2a5;
--childhood-crush:#e06c6c;
}