Color names in this palette
CSS code for this palette
/* CSS */
.tangaroa {
color: #1e2b3e;
}
.egyptian-violet {
color: #3c4a6d;
}
.beguiling-blue {
color: #5f6f8c;
}
.angel-falls {
color: #a1bed4;
}
.lemon-dream {
color: #f0a400;
}
/* CSS Variables */
:root {
--tangaroa:#1e2b3e;
--egyptian-violet:#3c4a6d;
--beguiling-blue:#5f6f8c;
--angel-falls:#a1bed4;
--lemon-dream:#f0a400;
}