Boxten Color Palette

Discover the beautiful Boxten color palette featuring smalt blue (#4c908c), acapulco (#81b69d), aqua island (#b3e0d9), sandwisp (#f7f2a6) and sandy brown (#f3ab5e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Fun, Green, Spring, Teal, Vibrant, Yellow 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 Boxten palette

Share this palette to:

💻 Boxten color palette CSS

/* CSS */
.color-1 {
color: #4c908c;
}
.color-2 {
color: #81b69d;
}
.color-3 {
color: #b3e0d9;
}
.color-4 {
color: #f7f2a6;
}
.color-5 {
color: #f3ab5e;
}

/* CSS Variables */
:root {
--color-1: #4c908c;
--color-2: #81b69d;
--color-3: #b3e0d9;
--color-4: #f7f2a6;
--color-5: #f3ab5e;
}

🌈 Boxten background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c908c, #81b69d, #b3e0d9, #f7f2a6, #f3ab5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c908c, #81b69d, #b3e0d9, #f7f2a6, #f3ab5e);
}

Boxten color palette created on .