Everett Color Palette

Discover the beautiful Everett color palette featuring shakespeare (#5aa8d8), boston blue (#408dba), jelly bean (#2a7098), blumine (#1d4f72) and blue zodiac (#0e2c49).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Everett color palette CSS

/* CSS */
.color-1 {
color: #5aa8d8;
}
.color-2 {
color: #408dba;
}
.color-3 {
color: #2a7098;
}
.color-4 {
color: #1d4f72;
}
.color-5 {
color: #0e2c49;
}

/* CSS Variables */
:root {
--color-1: #5aa8d8;
--color-2: #408dba;
--color-3: #2a7098;
--color-4: #1d4f72;
--color-5: #0e2c49;
}

🌈 Everett background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5aa8d8, #408dba, #2a7098, #1d4f72, #0e2c49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5aa8d8, #408dba, #2a7098, #1d4f72, #0e2c49);
}

Everett color palette created on .