Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.think-pink {
color: #e0a3c2;
}
.new-violet {
color: #d6c2e0;
}
.island-light {
color: #a6c6ed;
}
.blue-bay {
color: #5d9bd5;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--think-pink:#e0a3c2;
--new-violet:#d6c2e0;
--island-light:#a6c6ed;
--blue-bay:#5d9bd5;
}