Brown Cat カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Brown Cat palette

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

Brown Cat カラー パレット PNG 画像

Download brown cat color palette PNG image (landscape)
Download brown cat color palette PNG image (square)

Brown Cat カラーパレット CSS

/* CSS */
.color-1 {
color: #6a4e4e;
}
.color-2 {
color: #d79b70;
}
.color-3 {
color: #f2d5c0;
}
.color-4 {
color: #3c2a2a;
}
.color-5 {
color: #e3b8a1;
}

/* CSS Variables */
:root {
--color-1: #6a4e4e;
--color-2: #d79b70;
--color-3: #f2d5c0;
--color-4: #3c2a2a;
--color-5: #e3b8a1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4e4e, #d79b70, #f2d5c0, #3c2a2a, #e3b8a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4e4e, #d79b70, #f2d5c0, #3c2a2a, #e3b8a1);
}

Brown Cat color palette created on .