Nature's Embrace カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Nature's Embrace palette
Nature's Embrace カラーパレット CSS
/* CSS */
.color-1 {
color: #8d9575;
}
.color-2 {
color: #c3b492;
}
.color-3 {
color: #ddc7a2;
}
.color-4 {
color: #e8d5bf;
}
.color-5 {
color: #d0a18a;
}
/* CSS Variables */
:root {
--color-1: #8d9575;
--color-2: #c3b492;
--color-3: #ddc7a2;
--color-4: #e8d5bf;
--color-5: #d0a18a;
}
Nature's Embrace の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8d9575, #c3b492, #ddc7a2, #e8d5bf, #d0a18a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8d9575, #c3b492, #ddc7a2, #e8d5bf, #d0a18a);
}
似たようなカラーパレット
Nature's Embrace color palette created on .