Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1b3264;
}
.nautical {
color: #2b4c7d;
}
.tech-wave {
color: #4c7c9e;
}
.meadow-blossom-blue {
color: #7bb3d5;
}
.terrace-pool {
color: #a3d7e0;
}
/* CSS Variables */
:root {
--mythical-night:#1b3264;
--nautical:#2b4c7d;
--tech-wave:#4c7c9e;
--meadow-blossom-blue:#7bb3d5;
--terrace-pool:#a3d7e0;
}