Brown Coffee カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Brown Coffee palette

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

Brown Coffee カラーパレット CSS

/* CSS */
.color-1 {
color: #4a3c2b;
}
.color-2 {
color: #7b5b4c;
}
.color-3 {
color: #b89a7a;
}
.color-4 {
color: #c5b39b;
}
.color-5 {
color: #e6d6c1;
}

/* CSS Variables */
:root {
--color-1: #4a3c2b;
--color-2: #7b5b4c;
--color-3: #b89a7a;
--color-4: #c5b39b;
--color-5: #e6d6c1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3c2b, #7b5b4c, #b89a7a, #c5b39b, #e6d6c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3c2b, #7b5b4c, #b89a7a, #c5b39b, #e6d6c1);
}

Brown Coffee color palette created on .