Color names in this palette
CSS code for this palette
/* CSS */
.kon {
color: #1d1e3a;
}
.vintage-velvet {
color: #4b5068;
}
.waterloo {
color: #7b7c93;
}
.maximum-yellow-red {
color: #f1b74b;
}
.endless-possibilities {
color: #e03e3e;
}
/* CSS Variables */
:root {
--kon:#1d1e3a;
--vintage-velvet:#4b5068;
--waterloo:#7b7c93;
--maximum-yellow-red:#f1b74b;
--endless-possibilities:#e03e3e;
}