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: #a7d7b8;
}
.color-2 {
color: #5c8a8a;
}
.color-3 {
color: #3b5b8c;
}
.color-4 {
color: #e2b59c;
}
.color-5 {
color: #f5c7d0;
}
/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #5c8a8a;
--color-3: #3b5b8c;
--color-4: #e2b59c;
--color-5: #f5c7d0;
}
Nature's Embrace の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #5c8a8a, #3b5b8c, #e2b59c, #f5c7d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #5c8a8a, #3b5b8c, #e2b59c, #f5c7d0);
}
似たようなカラーパレット
Nature's Embrace color palette created on .