Jacob カラーパレット

Jacob カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Jacob palette

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

Jacob カラーパレット (PNG) をダウンロード

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

Jacob カラーパレット CSS

/* CSS */
.color-1 {
color: #a53b59;
}
.color-2 {
color: #e38d5f;
}
.color-3 {
color: #f4cba9;
}
.color-4 {
color: #7bdbb6;
}
.color-5 {
color: #4c899a;
}

/* CSS Variables */
:root {
--color-1: #a53b59;
--color-2: #e38d5f;
--color-3: #f4cba9;
--color-4: #7bdbb6;
--color-5: #4c899a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a53b59, #e38d5f, #f4cba9, #7bdbb6, #4c899a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a53b59, #e38d5f, #f4cba9, #7bdbb6, #4c899a);
}

Jacob color palette created on .