Shades of Blue Raven Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Blue Raven palette

Share this palette to:

Shades of Blue Raven color palette CSS

/* CSS */
.color-1 {
color: #1e1e2f;
}
.color-2 {
color: #3a3a5a;
}
.color-3 {
color: #5c5c8a;
}
.color-4 {
color: #8d9ad3;
}
.color-5 {
color: #d5d5e2;
}

/* CSS Variables */
:root {
--color-1: #1e1e2f;
--color-2: #3a3a5a;
--color-3: #5c5c8a;
--color-4: #8d9ad3;
--color-5: #d5d5e2;
}

Shades of Blue Raven background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e2f, #3a3a5a, #5c5c8a, #8d9ad3, #d5d5e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e2f, #3a3a5a, #5c5c8a, #8d9ad3, #d5d5e2);
}

Shades of Blue Raven color palette created on .