Space Frog Explosion Nightmare 2000 Color Palette

Discover the beautiful Space Frog Explosion Nightmare 2000 color palette featuring meteorite (#3e1a6b), vivid violet (#803d8a), old rose (#ba7d6d), casablanca (#f4b943) and bittersweet (#ff6e61).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPlum, Golden Yellow, Coral 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 Space Frog Explosion Nightmare 2000 palette

Share this palette to:

๐Ÿ’ป Space Frog Explosion Nightmare 2000 color palette CSS

/* CSS */
.color-1 {
color: #3e1a6b;
}
.color-2 {
color: #803d8a;
}
.color-3 {
color: #ba7d6d;
}
.color-4 {
color: #f4b943;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #3e1a6b;
--color-2: #803d8a;
--color-3: #ba7d6d;
--color-4: #f4b943;
--color-5: #ff6e61;
}

๐ŸŒˆ Space Frog Explosion Nightmare 2000 background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e1a6b, #803d8a, #ba7d6d, #f4b943, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e1a6b, #803d8a, #ba7d6d, #f4b943, #ff6e61);
}

Space Frog Explosion Nightmare 2000 color palette created on .