Soft Glow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Glow palette

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

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

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

Soft Glow カラーパレット CSS

/* CSS */
.color-1 {
color: #f8d5c4;
}
.color-2 {
color: #e8b8a1;
}
.color-3 {
color: #d49a8c;
}
.color-4 {
color: #c67b6c;
}
.color-5 {
color: #a55b4a;
}

/* CSS Variables */
:root {
--color-1: #f8d5c4;
--color-2: #e8b8a1;
--color-3: #d49a8c;
--color-4: #c67b6c;
--color-5: #a55b4a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d5c4, #e8b8a1, #d49a8c, #c67b6c, #a55b4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d5c4, #e8b8a1, #d49a8c, #c67b6c, #a55b4a);
}

Soft Glow color palette created on .