Finland カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Finland palette
Finland カラー パレット PNG 画像
Finland カラーパレット 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 の背景のグラデーション 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 .