Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1e3a4d;
}
.chill-of-the-night {
color: #1f6f8e;
}
.holiday-blue {
color: #38c4d6;
}
.sphere {
color: #f2e8ca;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--subterranean-river:#1e3a4d;
--chill-of-the-night:#1f6f8e;
--holiday-blue:#38c4d6;
--sphere:#f2e8ca;
--welcoming-wasp:#f0a800;
}