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: #f1d2b6;
}
.color-2 {
color: #e6b1a3;
}
.color-3 {
color: #d6a08a;
}
.color-4 {
color: #c68a6c;
}
.color-5 {
color: #b27f5c;
}

/* CSS Variables */
:root {
--color-1: #f1d2b6;
--color-2: #e6b1a3;
--color-3: #d6a08a;
--color-4: #c68a6c;
--color-5: #b27f5c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1d2b6, #e6b1a3, #d6a08a, #c68a6c, #b27f5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1d2b6, #e6b1a3, #d6a08a, #c68a6c, #b27f5c);
}

Natural Glow color palette created on .