Jurassic Mirage Color Palette

Discover the beautiful Jurassic Mirage color palette featuring blue dianne (#1f3d4c), oracle (#396a79), tradewind (#5cb2b1), sandy brown (#f2b05a) and flame pea (#d9543f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Teal, Bright, Fun, Vibrant 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 Jurassic Mirage palette

Share this palette to:

💻 Jurassic Mirage color palette CSS

/* CSS */
.color-1 {
color: #1f3d4c;
}
.color-2 {
color: #396a79;
}
.color-3 {
color: #5cb2b1;
}
.color-4 {
color: #f2b05a;
}
.color-5 {
color: #d9543f;
}

/* CSS Variables */
:root {
--color-1: #1f3d4c;
--color-2: #396a79;
--color-3: #5cb2b1;
--color-4: #f2b05a;
--color-5: #d9543f;
}

🌈 Jurassic Mirage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3d4c, #396a79, #5cb2b1, #f2b05a, #d9543f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3d4c, #396a79, #5cb2b1, #f2b05a, #d9543f);
}

Jurassic Mirage color palette created on .