Color names in this palette
CSS code for this palette
/* CSS */
.pale-wheat {
color: #d9c0a1;
}
.bird-s-egg-green {
color: #a7c8b9;
}
.dusty-jade-green {
color: #6eaf9f;
}
.english-river {
color: #3c7a8b;
}
.celestial-blue {
color: #2a4b6a;
}
/* CSS Variables */
:root {
--pale-wheat:#d9c0a1;
--bird-s-egg-green:#a7c8b9;
--dusty-jade-green:#6eaf9f;
--english-river:#3c7a8b;
--celestial-blue:#2a4b6a;
}