Arial Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Arial palette

Share this palette to:

Arial color palette PNG image

Download arial color palette PNG image (landscape)
Download arial color palette PNG image (square)

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);
}

Arial color palette created on .