Michael Afton Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Michael Afton palette
Color Inspiration
Images that showcase this color palette in real designs
Download Michael Afton Color Palette (PNG)
Michael Afton color palette CSS
/* CSS */
.color-1 {
color: #3a2a55;
}
.color-2 {
color: #6a4a87;
}
.color-3 {
color: #b7c7d7;
}
.color-4 {
color: #f1e3c6;
}
.color-5 {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--color-1: #3a2a55;
--color-2: #6a4a87;
--color-3: #b7c7d7;
--color-4: #f1e3c6;
--color-5: #ff6b6b;
}
Michael Afton background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a2a55, #6a4a87, #b7c7d7, #f1e3c6, #ff6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a2a55, #6a4a87, #b7c7d7, #f1e3c6, #ff6b6b);
}
Similar color palettes
Michael Afton color palette created on .