Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.sherbet-fruit {
color: #f7cabb;
}
.durango-dust {
color: #f9e29f;
}
.sea-rover {
color: #a3cfe0;
}
.blue-gourami {
color: #6a9cdc;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--sherbet-fruit:#f7cabb;
--durango-dust:#f9e29f;
--sea-rover:#a3cfe0;
--blue-gourami:#6a9cdc;
}