Brown Bean カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Brown Bean palette

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

Brown Bean カラーパレット CSS

/* CSS */
.color-1 {
color: #7b491e;
}
.color-2 {
color: #b05d30;
}
.color-3 {
color: #d8a96e;
}
.color-4 {
color: #f2d591;
}
.color-5 {
color: #f9e2b4;
}

/* CSS Variables */
:root {
--color-1: #7b491e;
--color-2: #b05d30;
--color-3: #d8a96e;
--color-4: #f2d591;
--color-5: #f9e2b4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b491e, #b05d30, #d8a96e, #f2d591, #f9e2b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b491e, #b05d30, #d8a96e, #f2d591, #f9e2b4);
}

Brown Bean color palette created on .