Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a8a2;
}
.tequila {
color: #f4d0a4;
}
.sandy-shore {
color: #f2e9ba;
}
.green-trance {
color: #a1d69f;
}
.peaceful-river {
color: #4a9cd3;
}
/* CSS Variables */
:root {
--calabrese:#f6a8a2;
--tequila:#f4d0a4;
--sandy-shore:#f2e9ba;
--green-trance:#a1d69f;
--peaceful-river:#4a9cd3;
}