Color names in this palette
CSS code for this palette
/* CSS */
.prune-plum {
color: #1e1a3d;
}
.altar-of-heaven {
color: #4b4b7c;
}
.bossa-nova-blue {
color: #7a7c9f;
}
.icelandic-blue {
color: #a2a6b9;
}
.cheerful-whisper {
color: #d4d7e8;
}
/* CSS Variables */
:root {
--prune-plum:#1e1a3d;
--altar-of-heaven:#4b4b7c;
--bossa-nova-blue:#7a7c9f;
--icelandic-blue:#a2a6b9;
--cheerful-whisper:#d4d7e8;
}