Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f3a5a5;
}
.first-peach {
color: #f4c8c8;
}
.gentle-glow {
color: #f7e5bb;
}
.bathe-blue {
color: #c4e0e3;
}
.blue-dam {
color: #a1c6d4;
}
/* CSS Variables */
:root {
--calabrese:#f3a5a5;
--first-peach:#f4c8c8;
--gentle-glow:#f7e5bb;
--bathe-blue:#c4e0e3;
--blue-dam:#a1c6d4;
}