Color names in this palette
CSS code for this palette
/* CSS */
.noble-knight {
color: #395079;
}
.searching-blue {
color: #6a7d9a;
}
.hazy-daze {
color: #a3b9c7;
}
.sunshine-mellow {
color: #f4c210;
}
.sweet-mandarin {
color: #d15b3d;
}
/* CSS Variables */
:root {
--noble-knight:#395079;
--searching-blue:#6a7d9a;
--hazy-daze:#a3b9c7;
--sunshine-mellow:#f4c210;
--sweet-mandarin:#d15b3d;
}