Light Brown カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Brown palette

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

Light Brown カラーパレット CSS

/* CSS */
.color-1 {
color: #e2c8b6;
}
.color-2 {
color: #f2dfd4;
}
.color-3 {
color: #f9f3e6;
}
.color-4 {
color: #e0cab8;
}
.color-5 {
color: #c5b1a0;
}

/* CSS Variables */
:root {
--color-1: #e2c8b6;
--color-2: #f2dfd4;
--color-3: #f9f3e6;
--color-4: #e0cab8;
--color-5: #c5b1a0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2c8b6, #f2dfd4, #f9f3e6, #e0cab8, #c5b1a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2c8b6, #f2dfd4, #f9f3e6, #e0cab8, #c5b1a0);
}

Light Brown color palette created on .