Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a9a2;
}
.elastic-pink {
color: #f1a2c7;
}
.barrett-quince {
color: #f6d0b1;
}
.blue-dam {
color: #a5c6d5;
}
.green-hornet {
color: #699d5c;
}
/* CSS Variables */
:root {
--calabrese:#f6a9a2;
--elastic-pink:#f1a2c7;
--barrett-quince:#f6d0b1;
--blue-dam:#a5c6d5;
--green-hornet:#699d5c;
}