Color names in this palette
CSS code for this palette
/* CSS */
.provincial-blue {
color: #5d7a92;
}
.hazy-daze {
color: #a3b7c7;
}
.silver-peony {
color: #e1c3b7;
}
.lugganath-orange {
color: #f6a788;
}
.lantana {
color: #d9716d;
}
/* CSS Variables */
:root {
--provincial-blue:#5d7a92;
--hazy-daze:#a3b7c7;
--silver-peony:#e1c3b7;
--lugganath-orange:#f6a788;
--lantana:#d9716d;
}