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: #f8d9b9;
}
.color-2 {
color: #e0a88a;
}
.color-3 {
color: #d48d7d;
}
.color-4 {
color: #c0735d;
}
.color-5 {
color: #a0524b;
}

/* CSS Variables */
:root {
--color-1: #f8d9b9;
--color-2: #e0a88a;
--color-3: #d48d7d;
--color-4: #c0735d;
--color-5: #a0524b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d9b9, #e0a88a, #d48d7d, #c0735d, #a0524b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d9b9, #e0a88a, #d48d7d, #c0735d, #a0524b);
}

Natural Glow color palette created on .