Brown Rye カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Brown Rye palette

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

Brown Rye カラーパレット CSS

/* CSS */
.color-1 {
color: #d5a66c;
}
.color-2 {
color: #c49964;
}
.color-3 {
color: #b49355;
}
.color-4 {
color: #a37e3e;
}
.color-5 {
color: #88692b;
}

/* CSS Variables */
:root {
--color-1: #d5a66c;
--color-2: #c49964;
--color-3: #b49355;
--color-4: #a37e3e;
--color-5: #88692b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5a66c, #c49964, #b49355, #a37e3e, #88692b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5a66c, #c49964, #b49355, #a37e3e, #88692b);
}

Brown Rye color palette created on .