Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.bacon-strips {
color: #e13e33;
}
.rouge-like {
color: #a83e66;
}
.lucid-dream {
color: #5c2b8c;
}
.taos-turquoise {
color: #2a8c8d;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--bacon-strips:#e13e33;
--rouge-like:#a83e66;
--lucid-dream:#5c2b8c;
--taos-turquoise:#2a8c8d;
}