George Harrison カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with George Harrison palette

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

George Harrison カラー パレット PNG 画像

Download george harrison color palette PNG image (landscape)
Download george harrison color palette PNG image (square)

George Harrison カラーパレット CSS

/* CSS */
.color-1 {
color: #f3a1a0;
}
.color-2 {
color: #e2c5a2;
}
.color-3 {
color: #b7d2b1;
}
.color-4 {
color: #a6d7e2;
}
.color-5 {
color: #4f7d92;
}

/* CSS Variables */
:root {
--color-1: #f3a1a0;
--color-2: #e2c5a2;
--color-3: #b7d2b1;
--color-4: #a6d7e2;
--color-5: #4f7d92;
}

George Harrison の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a1a0, #e2c5a2, #b7d2b1, #a6d7e2, #4f7d92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a1a0, #e2c5a2, #b7d2b1, #a6d7e2, #4f7d92);
}

George Harrison color palette created on .