Near Future カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Near Future palette

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

Near Future カラー パレット PNG 画像

Download near future color palette PNG image (landscape)
Download near future color palette PNG image (square)

Near Future カラーパレット CSS

/* CSS */
.color-1 {
color: #1a1e3d;
}
.color-2 {
color: #3c4c7c;
}
.color-3 {
color: #587d93;
}
.color-4 {
color: #8fc7c6;
}
.color-5 {
color: #f1f4f2;
}

/* CSS Variables */
:root {
--color-1: #1a1e3d;
--color-2: #3c4c7c;
--color-3: #587d93;
--color-4: #8fc7c6;
--color-5: #f1f4f2;
}

Near Future の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1e3d, #3c4c7c, #587d93, #8fc7c6, #f1f4f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1e3d, #3c4c7c, #587d93, #8fc7c6, #f1f4f2);
}

Near Future color palette created on .