Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.syndicalist {
color: #f5c400;
}
.gold-sand {
color: #f6e7a7;
}
.ice-cold-stare {
color: #b3d4ff;
}
.pastel-blue {
color: #a3b4ff;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--syndicalist:#f5c400;
--gold-sand:#f6e7a7;
--ice-cold-stare:#b3d4ff;
--pastel-blue:#a3b4ff;
}