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