Natural Glow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Natural Glow palette

このパレットを共有する先:

Natural Glow カラー パレット PNG 画像

Download natural glow color palette PNG image (landscape)
Download natural glow color palette PNG image (square)

Natural Glow カラーパレット CSS

/* CSS */
.color-1 {
color: #f5d6b7;
}
.color-2 {
color: #e2b8a1;
}
.color-3 {
color: #d69d8f;
}
.color-4 {
color: #b8907a;
}
.color-5 {
color: #a86e5d;
}

/* CSS Variables */
:root {
--color-1: #f5d6b7;
--color-2: #e2b8a1;
--color-3: #d69d8f;
--color-4: #b8907a;
--color-5: #a86e5d;
}

Natural Glow の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d6b7, #e2b8a1, #d69d8f, #b8907a, #a86e5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d6b7, #e2b8a1, #d69d8f, #b8907a, #a86e5d);
}

Natural Glow color palette created on .