Color names in this palette
CSS code for this palette
/* CSS */
.quiet-harbour {
color: #5c7999;
}
.hazy-daze {
color: #a4b7c6;
}
.sand-dance {
color: #e0c5b8;
}
.y-ng-ch-ng-orange {
color: #f09f3d;
}
.mod-orange {
color: #d75b3c;
}
/* CSS Variables */
:root {
--quiet-harbour:#5c7999;
--hazy-daze:#a4b7c6;
--sand-dance:#e0c5b8;
--y-ng-ch-ng-orange:#f09f3d;
--mod-orange:#d75b3c;
}