Dark Blue Raven Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Blue Raven palette

Share this palette to:

Dark Blue Raven color palette CSS

/* CSS */
.color-1 {
color: #9090a7;
}
.color-2 {
color: #a0a0bb;
}
.color-3 {
color: #b1b1ce;
}
.color-4 {
color: #d6d7eb;
}
.color-5 {
color: #eeeef6;
}

/* CSS Variables */
:root {
--color-1: #9090a7;
--color-2: #a0a0bb;
--color-3: #b1b1ce;
--color-4: #d6d7eb;
--color-5: #eeeef6;
}

Dark Blue Raven background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9090a7, #a0a0bb, #b1b1ce, #d6d7eb, #eeeef6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9090a7, #a0a0bb, #b1b1ce, #d6d7eb, #eeeef6);
}

Dark Blue Raven color palette created on .