Creamy Brown カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Creamy Brown palette

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

Creamy Brown カラーパレット (PNG) をダウンロード

Download creamy brown color palette PNG image (landscape)
Download creamy brown color palette PNG image (square)

Creamy Brown カラーパレット CSS

/* CSS */
.color-1 {
color: #f2e6d4;
}
.color-2 {
color: #d7c7a7;
}
.color-3 {
color: #b7a99e;
}
.color-4 {
color: #a67d6e;
}
.color-5 {
color: #8c5b3b;
}

/* CSS Variables */
:root {
--color-1: #f2e6d4;
--color-2: #d7c7a7;
--color-3: #b7a99e;
--color-4: #a67d6e;
--color-5: #8c5b3b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e6d4, #d7c7a7, #b7a99e, #a67d6e, #8c5b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e6d4, #d7c7a7, #b7a99e, #a67d6e, #8c5b3b);
}

Creamy Brown color palette created on .