Dave Strider Color Palette

Discover the beautiful Dave Strider color palette featuring orange peel (#ff9d00), vermilion (#ff4d00), scarlet (#ff1e00), razzmatazz (#d6004b) and electric violet (#6e00ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Modern, Orange, Pink, Purple, Red, Summer, Vibrant, Y2k color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Dave Strider palette

Share this palette to:

💻 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 .