Color names in this palette
CSS code for this palette
/* CSS */
.manganese-black {
color: #1f2c4c;
}
.delft {
color: #3a5c88;
}
.blue-electress {
color: #6c9fd5;
}
.terrace-pool {
color: #a1d7e3;
}
.frosty-mint {
color: #e2f8f3;
}
/* CSS Variables */
:root {
--manganese-black:#1f2c4c;
--delft:#3a5c88;
--blue-electress:#6c9fd5;
--terrace-pool:#a1d7e3;
--frosty-mint:#e2f8f3;
}