Color names in this palette
CSS code for this palette
/* CSS */
.sir-edmund {
color: #1f3d5c;
}
.aqueous {
color: #3a8c9c;
}
.crystalsong-blue {
color: #4eb7b7;
}
.everest {
color: #a2e3e6;
}
.everlasting-ice {
color: #f5fafa;
}
/* CSS Variables */
:root {
--sir-edmund:#1f3d5c;
--aqueous:#3a8c9c;
--crystalsong-blue:#4eb7b7;
--everest:#a2e3e6;
--everlasting-ice:#f5fafa;
}