George Washington カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with George Washington palette

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

George Washington カラーパレット CSS

/* CSS */
.color-1 {
color: #d6a14c;
}
.color-2 {
color: #b88c2e;
}
.color-3 {
color: #8c5f2b;
}
.color-4 {
color: #503c25;
}
.color-5 {
color: #2c1c16;
}

/* CSS Variables */
:root {
--color-1: #d6a14c;
--color-2: #b88c2e;
--color-3: #8c5f2b;
--color-4: #503c25;
--color-5: #2c1c16;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6a14c, #b88c2e, #8c5f2b, #503c25, #2c1c16);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6a14c, #b88c2e, #8c5f2b, #503c25, #2c1c16);
}

似たようなカラーパレット

George Washington color palette created on .