Five Hargreeves カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Five Hargreeves palette

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

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

Download five hargreeves color palette PNG image (landscape)
Download five hargreeves color palette PNG image (square)

Five Hargreeves カラーパレット CSS

/* CSS */
.color-1 {
color: #1e1f20;
}
.color-2 {
color: #4b4d53;
}
.color-3 {
color: #838281;
}
.color-4 {
color: #b6b5b4;
}
.color-5 {
color: #e8e8e8;
}

/* CSS Variables */
:root {
--color-1: #1e1f20;
--color-2: #4b4d53;
--color-3: #838281;
--color-4: #b6b5b4;
--color-5: #e8e8e8;
}

Five Hargreeves の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f20, #4b4d53, #838281, #b6b5b4, #e8e8e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f20, #4b4d53, #838281, #b6b5b4, #e8e8e8);
}

Five Hargreeves color palette created on .