Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1e2876;
}
.blue-dahlia {
color: #405b9c;
}
.air-blue {
color: #6ba4c7;
}
.across-the-bay {
color: #b4e0e9;
}
.everlasting-ice {
color: #f5fafa;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1e2876;
--blue-dahlia:#405b9c;
--air-blue:#6ba4c7;
--across-the-bay:#b4e0e9;
--everlasting-ice:#f5fafa;
}