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: #1f1f2e;
}
.color-2 {
color: #3c3c5d;
}
.color-3 {
color: #5e5e8d;
}
.color-4 {
color: #a4a5d0;
}
.color-5 {
color: #d8d8e9;
}

/* CSS Variables */
:root {
--color-1: #1f1f2e;
--color-2: #3c3c5d;
--color-3: #5e5e8d;
--color-4: #a4a5d0;
--color-5: #d8d8e9;
}

Dark Blue Raven background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f2e, #3c3c5d, #5e5e8d, #a4a5d0, #d8d8e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f2e, #3c3c5d, #5e5e8d, #a4a5d0, #d8d8e9);
}

Dark Blue Raven color palette created on .