Ayan Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ayan palette
Color Inspiration
Images that showcase this color palette in real designs
Download Ayan Color Palette (PNG)
Ayan color palette CSS
/* CSS */
.color-1 {
color: #f6c955;
}
.color-2 {
color: #f19f41;
}
.color-3 {
color: #e26640;
}
.color-4 {
color: #d26a9b;
}
.color-5 {
color: #614f9c;
}
/* CSS Variables */
:root {
--color-1: #f6c955;
--color-2: #f19f41;
--color-3: #e26640;
--color-4: #d26a9b;
--color-5: #614f9c;
}
Ayan background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c955, #f19f41, #e26640, #d26a9b, #614f9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c955, #f19f41, #e26640, #d26a9b, #614f9c);
}
Similar color palettes
Scroll down to explore 80+ Amber color palettes
Ayan color palette created on .