Nightraven Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Nightraven palette

Share this palette to:

Nightraven color palette CSS

/* CSS */
.color-1 {
color: #1b2a6f;
}
.color-2 {
color: #4c3d9e;
}
.color-3 {
color: #7c6dd0;
}
.color-4 {
color: #a89cd3;
}
.color-5 {
color: #d8b0e3;
}

/* CSS Variables */
:root {
--color-1: #1b2a6f;
--color-2: #4c3d9e;
--color-3: #7c6dd0;
--color-4: #a89cd3;
--color-5: #d8b0e3;
}

Nightraven background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b2a6f, #4c3d9e, #7c6dd0, #a89cd3, #d8b0e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b2a6f, #4c3d9e, #7c6dd0, #a89cd3, #d8b0e3);
}

Nightraven color palette created on .