Arial Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Arial palette
Color Inspiration
Images that showcase this color palette in real designs
Download Arial Color Palette (PNG)
Arial color palette CSS
/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #4c7090;
}
.color-3 {
color: #80b1c6;
}
.color-4 {
color: #f6d788;
}
.color-5 {
color: #f0a400;
}
/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #4c7090;
--color-3: #80b1c6;
--color-4: #f6d788;
--color-5: #f0a400;
}
Arial background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #4c7090, #80b1c6, #f6d788, #f0a400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #4c7090, #80b1c6, #f6d788, #f0a400);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Arial color palette created on .