Color names in this palette
CSS code for this palette
/* CSS */
.dark {
color: #1a202d;
}
.naval-blue {
color: #3a4a69;
}
.hushed-lilac {
color: #6e8eb4;
}
.angel-falls {
color: #a1bfd4;
}
.distant-horizon {
color: #f1f7f9;
}
/* CSS Variables */
:root {
--dark:#1a202d;
--naval-blue:#3a4a69;
--hushed-lilac:#6e8eb4;
--angel-falls:#a1bfd4;
--distant-horizon:#f1f7f9;
}