Color names in this palette
CSS code for this palette
/* CSS */
.fat-gold {
color: #e6b400;
}
.fresh-pineapple {
color: #f6d44c;
}
.lemon-caipirinha {
color: #f8df9b;
}
.first-date {
color: #f4b49f;
}
.phoenix-red {
color: #e5735d;
}
/* CSS Variables */
:root {
--fat-gold:#e6b400;
--fresh-pineapple:#f6d44c;
--lemon-caipirinha:#f8df9b;
--first-date:#f4b49f;
--phoenix-red:#e5735d;
}