Here カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Here palette

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

Here カラー パレット PNG 画像

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

Here カラーパレット CSS

/* CSS */
.color-1 {
color: #8eb6c2;
}
.color-2 {
color: #c3dfce;
}
.color-3 {
color: #f8eabf;
}
.color-4 {
color: #f9b98b;
}
.color-5 {
color: #eb7156;
}

/* CSS Variables */
:root {
--color-1: #8eb6c2;
--color-2: #c3dfce;
--color-3: #f8eabf;
--color-4: #f9b98b;
--color-5: #eb7156;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8eb6c2, #c3dfce, #f8eabf, #f9b98b, #eb7156);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8eb6c2, #c3dfce, #f8eabf, #f9b98b, #eb7156);
}

Here color palette created on .