Color names in this palette
CSS code for this palette
/* CSS */
.sapphire-lace {
color: #1f5a8e;
}
.tech-wave {
color: #4d799d;
}
.warm-waters {
color: #7db9c5;
}
.sparkling-mint {
color: #a4e0d4;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--sapphire-lace:#1f5a8e;
--tech-wave:#4d799d;
--warm-waters:#7db9c5;
--sparkling-mint:#a4e0d4;
--welcoming-wasp:#f0a800;
}