Warm Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Embrace palette

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

Warm Embrace カラー パレット PNG 画像

Download warm embrace color palette PNG image (landscape)
Download warm embrace color palette PNG image (square)

Warm Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #8c5a3b;
}
.color-2 {
color: #c69c6c;
}
.color-3 {
color: #e9b28b;
}
.color-4 {
color: #f8d7a5;
}
.color-5 {
color: #f4d1c3;
}

/* CSS Variables */
:root {
--color-1: #8c5a3b;
--color-2: #c69c6c;
--color-3: #e9b28b;
--color-4: #f8d7a5;
--color-5: #f4d1c3;
}

Warm Embrace の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c5a3b, #c69c6c, #e9b28b, #f8d7a5, #f4d1c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c5a3b, #c69c6c, #e9b28b, #f8d7a5, #f4d1c3);
}

Warm Embrace color palette created on .