Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1a2a6b;
}
.chinese-porcelain {
color: #3a607e;
}
.lagoon {
color: #4c9e8e;
}
.crystal-green {
color: #a0d879;
}
.salmon-eggs {
color: #f4d35d;
}
/* CSS Variables */
:root {
--mythical-night:#1a2a6b;
--chinese-porcelain:#3a607e;
--lagoon:#4c9e8e;
--crystal-green:#a0d879;
--salmon-eggs:#f4d35d;
}