Color names in this palette
CSS code for this palette
/* CSS */
.dancing-sea {
color: #1e4b8f;
}
.tech-wave {
color: #4c7c9e;
}
.aquastone {
color: #8bc6b3;
}
.dull-yellow {
color: #f1df5b;
}
.strawberry-pink {
color: #f26e7d;
}
/* CSS Variables */
:root {
--dancing-sea:#1e4b8f;
--tech-wave:#4c7c9e;
--aquastone:#8bc6b3;
--dull-yellow:#f1df5b;
--strawberry-pink:#f26e7d;
}