Color names in this palette
CSS code for this palette
/* CSS */
.durban-sky {
color: #5b8c9a;
}
.twin-cities {
color: #a3c6c8;
}
.winter-veil {
color: #e0e7df;
}
.antique-wicker-basket {
color: #f6d2a2;
}
.calabrese {
color: #f3a8a5;
}
/* CSS Variables */
:root {
--durban-sky:#5b8c9a;
--twin-cities:#a3c6c8;
--winter-veil:#e0e7df;
--antique-wicker-basket:#f6d2a2;
--calabrese:#f3a8a5;
}