Color names in this palette
CSS code for this palette
/* CSS */
.byzantine-night-blue {
color: #6b7cff;
}
.blue-dart {
color: #4d91d1;
}
.waterfall {
color: #3cb4a0;
}
.chai-latte {
color: #f9c89f;
}
.breeze-of-chilli {
color: #f07070;
}
/* CSS Variables */
:root {
--byzantine-night-blue:#6b7cff;
--blue-dart:#4d91d1;
--waterfall:#3cb4a0;
--chai-latte:#f9c89f;
--breeze-of-chilli:#f07070;
}