Color names in this palette
CSS code for this palette
/* CSS */
.quiet-harbour {
color: #5c7999;
}
.glacier {
color: #78b1c4;
}
.welcoming-wasp {
color: #f0a800;
}
.oranzhewyi-orange {
color: #f15d3b;
}
.royal-lilac {
color: #7f4fa1;
}
/* CSS Variables */
:root {
--quiet-harbour:#5c7999;
--glacier:#78b1c4;
--welcoming-wasp:#f0a800;
--oranzhewyi-orange:#f15d3b;
--royal-lilac:#7f4fa1;
}