Color names in this palette
CSS code for this palette
/* CSS */
.blueberry-twist {
color: #1e507b;
}
.larkspur {
color: #3a7d92;
}
.dexter {
color: #6db3b6;
}
.nihilakh-oxide {
color: #a1d3b4;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--blueberry-twist:#1e507b;
--larkspur:#3a7d92;
--dexter:#6db3b6;
--nihilakh-oxide:#a1d3b4;
--welcoming-wasp:#f0a800;
}