Color names in this palette
CSS code for this palette
/* CSS */
.sanctuary {
color: #d2c8a7;
}
.hazy-daze {
color: #a3b8c7;
}
.sea-loch {
color: #6d9bd0;
}
.caspian-sea {
color: #4f6f92;
}
.nightly-activities {
color: #2d508f;
}
/* CSS Variables */
:root {
--sanctuary:#d2c8a7;
--hazy-daze:#a3b8c7;
--sea-loch:#6d9bd0;
--caspian-sea:#4f6f92;
--nightly-activities:#2d508f;
}