Axel Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Axel palette
Download Axel Color Palette (PNG)
Axel color palette CSS
/* CSS */
.color-1 {
color: #3a2a6a;
}
.color-2 {
color: #5c4b8b;
}
.color-3 {
color: #806ea0;
}
.color-4 {
color: #a7a4c1;
}
.color-5 {
color: #e5c8d5;
}
/* CSS Variables */
:root {
--color-1: #3a2a6a;
--color-2: #5c4b8b;
--color-3: #806ea0;
--color-4: #a7a4c1;
--color-5: #e5c8d5;
}
Axel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a2a6a, #5c4b8b, #806ea0, #a7a4c1, #e5c8d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a2a6a, #5c4b8b, #806ea0, #a7a4c1, #e5c8d5);
}
Similar color palettes
Axel color palette created on .