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