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