Beige Pebble カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Beige Pebble palette

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

Beige Pebble カラーパレット CSS

/* CSS */
.color-1 {
color: #c2b180;
}
.color-2 {
color: #d1c69f;
}
.color-3 {
color: #e4d1b9;
}
.color-4 {
color: #f8f2e2;
}
.color-5 {
color: #a9a59e;
}

/* CSS Variables */
:root {
--color-1: #c2b180;
--color-2: #d1c69f;
--color-3: #e4d1b9;
--color-4: #f8f2e2;
--color-5: #a9a59e;
}

Beige Pebble の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2b180, #d1c69f, #e4d1b9, #f8f2e2, #a9a59e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2b180, #d1c69f, #e4d1b9, #f8f2e2, #a9a59e);
}

Beige Pebble color palette created on .