Color names in this palette
CSS code for this palette
/* CSS */
.blue-mosque {
color: #1e3c6b;
}
.astral {
color: #396a89;
}
.winter-lake {
color: #6b8a9e;
}
.trisha-s-eyes {
color: #92b7c8;
}
.amber-moon {
color: #f0d1a3;
}
/* CSS Variables */
:root {
--blue-mosque:#1e3c6b;
--astral:#396a89;
--winter-lake:#6b8a9e;
--trisha-s-eyes:#92b7c8;
--amber-moon:#f0d1a3;
}