Ravenclaw Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ravenclaw palette

Share this palette to:

Download Ravenclaw Color Palette (PNG)

Download ravenclaw color palette PNG image (landscape)
Download ravenclaw color palette PNG image (square)

Ravenclaw color palette CSS

/* CSS */
.color-1 {
color: #160236;
}
.color-2 {
color: #072b8d;
}
.color-3 {
color: #042949;
}
.color-4 {
color: #2d087d;
}
.color-5 {
color: #986101;
}

/* CSS Variables */
:root {
--color-1: #160236;
--color-2: #072b8d;
--color-3: #042949;
--color-4: #2d087d;
--color-5: #986101;
}

Ravenclaw background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #160236, #072b8d, #042949, #2d087d, #986101);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #160236, #072b8d, #042949, #2d087d, #986101);
}

Ravenclaw color palette created on .