Color names in this palette
CSS code for this palette
/* CSS */
.green-granite {
color: #7d9b8f;
}
.rhythmic-blue {
color: #b7d5d7;
}
.optimistic-yellow {
color: #f4e1a4;
}
.calabrese {
color: #f1a8a2;
}
.flirty-rose {
color: #d65c8d;
}
/* CSS Variables */
:root {
--green-granite:#7d9b8f;
--rhythmic-blue:#b7d5d7;
--optimistic-yellow:#f4e1a4;
--calabrese:#f1a8a2;
--flirty-rose:#d65c8d;
}