Color names in this palette
CSS code for this palette
/* CSS */
.tangaroa {
color: #1d2a3a;
}
.berry-pie {
color: #4e6e8d;
}
.thistleblossom-soft-blue {
color: #8bb5c1;
}
.welcoming-wasp {
color: #f0a800;
}
.deep-orange {
color: #d64f00;
}
/* CSS Variables */
:root {
--tangaroa:#1d2a3a;
--berry-pie:#4e6e8d;
--thistleblossom-soft-blue:#8bb5c1;
--welcoming-wasp:#f0a800;
--deep-orange:#d64f00;
}