Pebble Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pebble Orange palette

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

Pebble Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #c0b2a0;
}
.color-2 {
color: #e8c1a1;
}
.color-3 {
color: #f2b62c;
}
.color-4 {
color: #f67d3c;
}
.color-5 {
color: #e6333c;
}

/* CSS Variables */
:root {
--color-1: #c0b2a0;
--color-2: #e8c1a1;
--color-3: #f2b62c;
--color-4: #f67d3c;
--color-5: #e6333c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0b2a0, #e8c1a1, #f2b62c, #f67d3c, #e6333c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0b2a0, #e8c1a1, #f2b62c, #f67d3c, #e6333c);
}

Pebble Orange color palette created on .