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: #784845;
}
.color-2 {
color: #dd9a69;
}
.color-3 {
color: #f4d5bd;
}
.color-4 {
color: #462725;
}
.color-5 {
color: #e7b89c;
}

/* CSS Variables */
:root {
--color-1: #784845;
--color-2: #dd9a69;
--color-3: #f4d5bd;
--color-4: #462725;
--color-5: #e7b89c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #784845, #dd9a69, #f4d5bd, #462725, #e7b89c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #784845, #dd9a69, #f4d5bd, #462725, #e7b89c);
}

Brown Cat color palette created on .