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: #a4c2db;
}
.color-2 {
color: #3b7a9b;
}
.color-3 {
color: #1f5c7a;
}
.color-4 {
color: #a3d8e1;
}
.color-5 {
color: #f1f6f9;
}

/* CSS Variables */
:root {
--color-1: #a4c2db;
--color-2: #3b7a9b;
--color-3: #1f5c7a;
--color-4: #a3d8e1;
--color-5: #f1f6f9;
}

Finland background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c2db, #3b7a9b, #1f5c7a, #a3d8e1, #f1f6f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c2db, #3b7a9b, #1f5c7a, #a3d8e1, #f1f6f9);
}

Finland color palette created on .