Color names in this palette
CSS code for this palette
/* CSS */
.blue-depths {
color: #293c65;
}
.anchor-point {
color: #3f5b88;
}
.searching-blue {
color: #6a809a;
}
.welcoming-wasp {
color: #f0a800;
}
.orangeade {
color: #e04f38;
}
/* CSS Variables */
:root {
--blue-depths:#293c65;
--anchor-point:#3f5b88;
--searching-blue:#6a809a;
--welcoming-wasp:#f0a800;
--orangeade:#e04f38;
}