Color names in this palette
CSS code for this palette
/* CSS */
.two-harbours {
color: #bfd5e3;
}
.parisian-patina {
color: #7d9b8a;
}
.fiji-sands {
color: #d6c9a8;
}
.yellow-varnish {
color: #e8b364;
}
.rumba-orange {
color: #c97a45;
}
/* CSS Variables */
:root {
--two-harbours:#bfd5e3;
--parisian-patina:#7d9b8a;
--fiji-sands:#d6c9a8;
--yellow-varnish:#e8b364;
--rumba-orange:#c97a45;
}