Color names in this palette
CSS code for this palette
/* CSS */
.nightly-expedition {
color: #1f1f89;
}
.deep-ultramarine {
color: #3e4c98;
}
.chetwode-blue {
color: #696eba;
}
.lavender-phlox {
color: #a4b6e0;
}
.imagination {
color: #dfe0f1;
}
/* CSS Variables */
:root {
--nightly-expedition:#1f1f89;
--deep-ultramarine:#3e4c98;
--chetwode-blue:#696eba;
--lavender-phlox:#a4b6e0;
--imagination:#dfe0f1;
}