Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a8a2;
}
.antique-wicker-basket {
color: #f6d4a2;
}
.majestic-treasures {
color: #f1e7a2;
}
.menthol-kiss {
color: #a2e6d4;
}
.baby-blue-eyes {
color: #a2c6f6;
}
/* CSS Variables */
:root {
--calabrese:#f6a8a2;
--antique-wicker-basket:#f6d4a2;
--majestic-treasures:#f1e7a2;
--menthol-kiss:#a2e6d4;
--baby-blue-eyes:#a2c6f6;
}