Brown Cityscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Brown Cityscape palette

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

Brown Cityscape カラーパレット CSS

/* CSS */
.color-1 {
color: #c78b3d;
}
.color-2 {
color: #7b4e24;
}
.color-3 {
color: #4f3c30;
}
.color-4 {
color: #a85f2e;
}
.color-5 {
color: #d1b471;
}

/* CSS Variables */
:root {
--color-1: #c78b3d;
--color-2: #7b4e24;
--color-3: #4f3c30;
--color-4: #a85f2e;
--color-5: #d1b471;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c78b3d, #7b4e24, #4f3c30, #a85f2e, #d1b471);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c78b3d, #7b4e24, #4f3c30, #a85f2e, #d1b471);
}

Brown Cityscape color palette created on .