Color names in this palette
CSS code for this palette
/* CSS */
.westfall-yellow {
color: #f9d64e;
}
.bergamot-orange {
color: #f6a05a;
}
.animated-coral {
color: #f28d7d;
}
.carmine-rose {
color: #e65b8c;
}
.llilacquered {
color: #c0549f;
}
/* CSS Variables */
:root {
--westfall-yellow:#f9d64e;
--bergamot-orange:#f6a05a;
--animated-coral:#f28d7d;
--carmine-rose:#e65b8c;
--llilacquered:#c0549f;
}