Morir Color Palette

Discover the beautiful Morir color palette featuring cello (#1d4a5e), cello (#1d425a), biscay (#1a2e57), bunting (#16264b) and arapawa (#0d1a6a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Coastal, Dark, Earthy, Masculine, Midnight, Muted 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 Morir palette

Share this palette to:

💻 Morir color palette CSS

/* CSS */
.color-1 {
color: #1d4a5e;
}
.color-2 {
color: #1d425a;
}
.color-3 {
color: #1a2e57;
}
.color-4 {
color: #16264b;
}
.color-5 {
color: #0d1a6a;
}

/* CSS Variables */
:root {
--color-1: #1d4a5e;
--color-2: #1d425a;
--color-3: #1a2e57;
--color-4: #16264b;
--color-5: #0d1a6a;
}

🌈 Morir background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d4a5e, #1d425a, #1a2e57, #16264b, #0d1a6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d4a5e, #1d425a, #1a2e57, #16264b, #0d1a6a);
}

Morir color palette created on .