Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.empire-yellow {
color: #fad000;
}
.majestic-treasures {
color: #f3e8a5;
}
.first-date {
color: #f1b4a2;
}
.hot-coral {
color: #f25c5a;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--empire-yellow:#fad000;
--majestic-treasures:#f3e8a5;
--first-date:#f1b4a2;
--hot-coral:#f25c5a;
}