Ayato Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ayato palette
Color Inspiration
Images that showcase this color palette in real designs
Download Ayato Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Ayato color palette created on .