Warm Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Embrace palette

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

Warm Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #5c4a42;
}
.color-2 {
color: #805b52;
}
.color-3 {
color: #a67b6e;
}
.color-4 {
color: #d6a19a;
}
.color-5 {
color: #f0c6b7;
}

/* CSS Variables */
:root {
--color-1: #5c4a42;
--color-2: #805b52;
--color-3: #a67b6e;
--color-4: #d6a19a;
--color-5: #f0c6b7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4a42, #805b52, #a67b6e, #d6a19a, #f0c6b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4a42, #805b52, #a67b6e, #d6a19a, #f0c6b7);
}

Warm Embrace color palette created on .