Brown Mine カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Brown Mine palette

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

Brown Mine カラーパレット CSS

/* CSS */
.color-1 {
color: #8c7b4f;
}
.color-2 {
color: #af9b6e;
}
.color-3 {
color: #e0bf9a;
}
.color-4 {
color: #d6a800;
}
.color-5 {
color: #6a5a39;
}

/* CSS Variables */
:root {
--color-1: #8c7b4f;
--color-2: #af9b6e;
--color-3: #e0bf9a;
--color-4: #d6a800;
--color-5: #6a5a39;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c7b4f, #af9b6e, #e0bf9a, #d6a800, #6a5a39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c7b4f, #af9b6e, #e0bf9a, #d6a800, #6a5a39);
}

Brown Mine color palette created on .