Dave Strider Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dave Strider palette

Share this palette to:

Dave Strider color palette PNG image

Download dave strider color palette PNG image (landscape)
Download dave strider color palette PNG image (square)

Dave Strider color palette CSS

/* CSS */
.color-1 {
color: #ff9d00;
}
.color-2 {
color: #ff4d00;
}
.color-3 {
color: #ff1e00;
}
.color-4 {
color: #d6004b;
}
.color-5 {
color: #6e00ff;
}

/* CSS Variables */
:root {
--color-1: #ff9d00;
--color-2: #ff4d00;
--color-3: #ff1e00;
--color-4: #d6004b;
--color-5: #6e00ff;
}

Dave Strider background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9d00, #ff4d00, #ff1e00, #d6004b, #6e00ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9d00, #ff4d00, #ff1e00, #d6004b, #6e00ff);
}

Dave Strider color palette created on .