Allyn Color Palette

Discover the beautiful Allyn color palette featuring cello (#1f3b61), ming (#3a5e83), horizon (#6085a9), polo blue (#83a7c9) and regent st blue (#a6c8e2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Cool, Light, Modern, Ocean, Summer, Teal, 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 Allyn palette

Share this palette to:

💻 Allyn color palette CSS

/* CSS */
.color-1 {
color: #1f3b61;
}
.color-2 {
color: #3a5e83;
}
.color-3 {
color: #6085a9;
}
.color-4 {
color: #83a7c9;
}
.color-5 {
color: #a6c8e2;
}

/* CSS Variables */
:root {
--color-1: #1f3b61;
--color-2: #3a5e83;
--color-3: #6085a9;
--color-4: #83a7c9;
--color-5: #a6c8e2;
}

🌈 Allyn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3b61, #3a5e83, #6085a9, #83a7c9, #a6c8e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3b61, #3a5e83, #6085a9, #83a7c9, #a6c8e2);
}

Allyn color palette created on .