Color names in this palette
CSS code for this palette
/* CSS */
.purple-crystal {
color: #e6e7eb;
}
.leap-of-faith {
color: #c4d1e3;
}
.sky-pilot {
color: #a4b9d6;
}
.blue-gourami {
color: #6c9cda;
}
.fisher-king {
color: #4f7dba;
}
/* CSS Variables */
:root {
--purple-crystal:#e6e7eb;
--leap-of-faith:#c4d1e3;
--sky-pilot:#a4b9d6;
--blue-gourami:#6c9cda;
--fisher-king:#4f7dba;
}