Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a9a2;
}
.ibis {
color: #f1b6c1;
}
.optimistic-yellow {
color: #f4e1a4;
}
.atlantic-ocean {
color: #a9d6e5;
}
.steel-teal {
color: #5b8b8b;
}
/* CSS Variables */
:root {
--calabrese:#f6a9a2;
--ibis:#f1b6c1;
--optimistic-yellow:#f4e1a4;
--atlantic-ocean:#a9d6e5;
--steel-teal:#5b8b8b;
}