Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.solarized {
color: #f5d04d;
}
.aloe-cream {
color: #d9e8bb;
}
.piezo-blue {
color: #a1c9d9;
}
.norse-blue {
color: #3d9ac2;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--solarized:#f5d04d;
--aloe-cream:#d9e8bb;
--piezo-blue:#a1c9d9;
--norse-blue:#3d9ac2;
}