Brown Coffee カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Brown Coffee palette

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

Brown Coffee カラーパレット CSS

/* CSS */
.color-1 {
color: #795b4e;
}
.color-2 {
color: #a77d6c;
}
.color-3 {
color: #d0b18a;
}
.color-4 {
color: #e7d0c5;
}
.color-5 {
color: #c8896a;
}

/* CSS Variables */
:root {
--color-1: #795b4e;
--color-2: #a77d6c;
--color-3: #d0b18a;
--color-4: #e7d0c5;
--color-5: #c8896a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #795b4e, #a77d6c, #d0b18a, #e7d0c5, #c8896a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #795b4e, #a77d6c, #d0b18a, #e7d0c5, #c8896a);
}

Brown Coffee color palette created on .