Brown Potato カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Brown Potato palette

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

Brown Potato カラーパレット CSS

/* CSS */
.color-1 {
color: #d8c55a;
}
.color-2 {
color: #bfaf6e;
}
.color-3 {
color: #a68e7d;
}
.color-4 {
color: #a55b4a;
}
.color-5 {
color: #8b4e3c;
}

/* CSS Variables */
:root {
--color-1: #d8c55a;
--color-2: #bfaf6e;
--color-3: #a68e7d;
--color-4: #a55b4a;
--color-5: #8b4e3c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c55a, #bfaf6e, #a68e7d, #a55b4a, #8b4e3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c55a, #bfaf6e, #a68e7d, #a55b4a, #8b4e3c);
}

Brown Potato color palette created on .