Finland Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Finland palette
Finland color palette PNG image
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);
}
Similar color palettes
Scroll down to explore 1000+ Blue color palettes
Finland color palette created on .