Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.sundown {
color: #f4cb9f;
}
.bells-and-whistles-gold {
color: #f0e19e;
}
.grape-green {
color: #adeb9e;
}
.terrace-pool {
color: #a1d5e3;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--sundown:#f4cb9f;
--bells-and-whistles-gold:#f0e19e;
--grape-green:#adeb9e;
--terrace-pool:#a1d5e3;
}