Ayato Color Palette

Discover the beautiful Ayato color palette featuring calypso (#3b7e9b), tradewind (#5cb2af), bermuda (#7dd8c3), corvette (#fbd7a7) and froly (#f76e6e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coral, Cream, Green, Spring, 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 Ayato palette

Share this palette to:

💻 Ayato color palette CSS

/* CSS */
.color-1 {
color: #3b7e9b;
}
.color-2 {
color: #5cb2af;
}
.color-3 {
color: #7dd8c3;
}
.color-4 {
color: #fbd7a7;
}
.color-5 {
color: #f76e6e;
}

/* CSS Variables */
:root {
--color-1: #3b7e9b;
--color-2: #5cb2af;
--color-3: #7dd8c3;
--color-4: #fbd7a7;
--color-5: #f76e6e;
}

🌈 Ayato background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b7e9b, #5cb2af, #7dd8c3, #fbd7a7, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b7e9b, #5cb2af, #7dd8c3, #fbd7a7, #f76e6e);
}

Ayato color palette created on .