Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a6a2;
}
.venetian-yellow {
color: #f6e5a2;
}
.light-budgie-blue {
color: #9fd6e5;
}
.frosted-hills {
color: #a2f6a2;
}
.violet-kiss {
color: #f1a2d7;
}
/* CSS Variables */
:root {
--calabrese:#f6a6a2;
--venetian-yellow:#f6e5a2;
--light-budgie-blue:#9fd6e5;
--frosted-hills:#a2f6a2;
--violet-kiss:#f1a2d7;
}