Color names in this palette
CSS code for this palette
/* CSS */
.blue-nude {
color: #2b4f8c;
}
.nightly-blade {
color: #5b7e9a;
}
.sea-angel {
color: #8ab8c1;
}
.peach-patch {
color: #f3d5a0;
}
.chaat-masala {
color: #e67e28;
}
/* CSS Variables */
:root {
--blue-nude:#2b4f8c;
--nightly-blade:#5b7e9a;
--sea-angel:#8ab8c1;
--peach-patch:#f3d5a0;
--chaat-masala:#e67e28;
}