Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.faded-sunlight {
color: #f8cf68;
}
.venetian-yellow {
color: #f5e59e;
}
.pale-frost {
color: #c7e1f0;
}
.deluxe-days {
color: #89c4e6;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--faded-sunlight:#f8cf68;
--venetian-yellow:#f5e59e;
--pale-frost:#c7e1f0;
--deluxe-days:#89c4e6;
}