Finn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Finn palette

このパレットを共有する先:

Finn カラー パレット PNG 画像

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

Finn カラーパレット CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #2a699d;
}
.color-3 {
color: #4db5db;
}
.color-4 {
color: #8dd1e7;
}
.color-5 {
color: #f1e5df;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #2a699d;
--color-3: #4db5db;
--color-4: #8dd1e7;
--color-5: #f1e5df;
}

Finn の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #2a699d, #4db5db, #8dd1e7, #f1e5df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #2a699d, #4db5db, #8dd1e7, #f1e5df);
}

Finn color palette created on .