Finland Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Finland palette

Share this palette to:

Finland color palette PNG image

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

Finland color palette CSS

/* CSS */
.color-1 {
color: #a9c8e0;
}
.color-2 {
color: #4ea8e4;
}
.color-3 {
color: #0096b8;
}
.color-4 {
color: #005b80;
}
.color-5 {
color: #002933;
}

/* CSS Variables */
:root {
--color-1: #a9c8e0;
--color-2: #4ea8e4;
--color-3: #0096b8;
--color-4: #005b80;
--color-5: #002933;
}

Finland background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9c8e0, #4ea8e4, #0096b8, #005b80, #002933);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9c8e0, #4ea8e4, #0096b8, #005b80, #002933);
}

Finland color palette created on .