Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1e2876;
}
.dazzling-blue {
color: #3a4a9c;
}
.persian-jewel {
color: #6b80bd;
}
.honest {
color: #9bb3e4;
}
.cool-cantaloupe {
color: #f2d2ca;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1e2876;
--dazzling-blue:#3a4a9c;
--persian-jewel:#6b80bd;
--honest:#9bb3e4;
--cool-cantaloupe:#f2d2ca;
}