Albescent Glow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Albescent Glow palette

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

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

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

Albescent Glow カラーパレット CSS

/* CSS */
.color-1 {
color: #f7e0c5;
}
.color-2 {
color: #f4d5a9;
}
.color-3 {
color: #f2c18c;
}
.color-4 {
color: #f1b46f;
}
.color-5 {
color: #f09e51;
}

/* CSS Variables */
:root {
--color-1: #f7e0c5;
--color-2: #f4d5a9;
--color-3: #f2c18c;
--color-4: #f1b46f;
--color-5: #f09e51;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e0c5, #f4d5a9, #f2c18c, #f1b46f, #f09e51);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e0c5, #f4d5a9, #f2c18c, #f1b46f, #f09e51);
}

Albescent Glow color palette created on .