Color names in this palette
CSS code for this palette
/* CSS */
.20000-leagues-under-the-sea {
color: #1a1f6b;
}
.dive-in {
color: #3c4b86;
}
.searching-blue {
color: #697e9b;
}
.simpatico-blue {
color: #a6c3d3;
}
.china-doll {
color: #f2e4d4;
}
/* CSS Variables */
:root {
--20000-leagues-under-the-sea:#1a1f6b;
--dive-in:#3c4b86;
--searching-blue:#697e9b;
--simpatico-blue:#a6c3d3;
--china-doll:#f2e4d4;
}