Brown Spud カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Brown Spud palette

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

Brown Spud カラーパレット CSS

/* CSS */
.color-1 {
color: #d6c16b;
}
.color-2 {
color: #a06d37;
}
.color-3 {
color: #7e4a3a;
}
.color-4 {
color: #b5593b;
}
.color-5 {
color: #e9b79f;
}

/* CSS Variables */
:root {
--color-1: #d6c16b;
--color-2: #a06d37;
--color-3: #7e4a3a;
--color-4: #b5593b;
--color-5: #e9b79f;
}

Brown Spud の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c16b, #a06d37, #7e4a3a, #b5593b, #e9b79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c16b, #a06d37, #7e4a3a, #b5593b, #e9b79f);
}

Brown Spud color palette created on .