Draven Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Draven palette
Draven color palette PNG image
Draven color palette CSS
/* CSS */
.color-1 {
color: #1c1c3b;
}
.color-2 {
color: #3c3c6d;
}
.color-3 {
color: #5e5ea1;
}
.color-4 {
color: #9f9fc6;
}
.color-5 {
color: #d1d1f0;
}
/* CSS Variables */
:root {
--color-1: #1c1c3b;
--color-2: #3c3c6d;
--color-3: #5e5ea1;
--color-4: #9f9fc6;
--color-5: #d1d1f0;
}
Draven background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c3b, #3c3c6d, #5e5ea1, #9f9fc6, #d1d1f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c3b, #3c3c6d, #5e5ea1, #9f9fc6, #d1d1f0);
}
Similar color palettes
Draven color palette created on .