Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.citrus-sachet {
color: #f5c7a8;
}
.florida-sunrise {
color: #f2a96e;
}
.westfall-yellow {
color: #f9d44e;
}
.fat-gold {
color: #e6b800;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--citrus-sachet:#f5c7a8;
--florida-sunrise:#f2a96e;
--westfall-yellow:#f9d44e;
--fat-gold:#e6b800;
}