Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a6a2;
}
.tequila {
color: #f6d0a2;
}
.yippie-ya-yellow {
color: #f3f6a2;
}
.frosted-hills {
color: #a2f6a2;
}
.baby-blue-eyes {
color: #a2cff6;
}
/* CSS Variables */
:root {
--calabrese:#f6a6a2;
--tequila:#f6d0a2;
--yippie-ya-yellow:#f3f6a2;
--frosted-hills:#a2f6a2;
--baby-blue-eyes:#a2cff6;
}