Antique Brown カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Antique Brown palette

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

Antique Brown カラーパレット CSS

/* CSS */
.color-1 {
color: #c5a69b;
}
.color-2 {
color: #e1b789;
}
.color-3 {
color: #d9a16d;
}
.color-4 {
color: #a86d4d;
}
.color-5 {
color: #5c2d2d;
}

/* CSS Variables */
:root {
--color-1: #c5a69b;
--color-2: #e1b789;
--color-3: #d9a16d;
--color-4: #a86d4d;
--color-5: #5c2d2d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5a69b, #e1b789, #d9a16d, #a86d4d, #5c2d2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5a69b, #e1b789, #d9a16d, #a86d4d, #5c2d2d);
}

Antique Brown color palette created on .