Color names in this palette
CSS code for this palette
/* CSS */
.china-pattern {
color: #3e5e79;
}
.stillwater {
color: #6da2b0;
}
.aqua-island {
color: #a1d9d9;
}
.gold-sand {
color: #f7e7a6;
}
.her-majesty {
color: #f9a4a4;
}
/* CSS Variables */
:root {
--china-pattern:#3e5e79;
--stillwater:#6da2b0;
--aqua-island:#a1d9d9;
--gold-sand:#f7e7a6;
--her-majesty:#f9a4a4;
}