Color names in this palette
CSS code for this palette
/* CSS */
.steel-teal {
color: #5b8a8b;
}
.garden-twilight {
color: #a2beb5;
}
.clay-beige {
color: #d5d1c3;
}
.first-date {
color: #f4b4a4;
}
.spiced-coral {
color: #d45b59;
}
/* CSS Variables */
:root {
--steel-teal:#5b8a8b;
--garden-twilight:#a2beb5;
--clay-beige:#d5d1c3;
--first-date:#f4b4a4;
--spiced-coral:#d45b59;
}