Color names in this palette
CSS code for this palette
/* CSS */
.blue-fantastic {
color: #2e3a4d;
}
.bluster-blue {
color: #4a5c73;
}
.eiger-nordwand {
color: #7a9cbd;
}
.diluted-blue {
color: #bae1f2;
}
.solaria {
color: #f4d890;
}
/* CSS Variables */
:root {
--blue-fantastic:#2e3a4d;
--bluster-blue:#4a5c73;
--eiger-nordwand:#7a9cbd;
--diluted-blue:#bae1f2;
--solaria:#f4d890;
}