Sunlit Elven Glow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunlit Elven Glow palette

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

Sunlit Elven Glow カラーパレット CSS

/* CSS */
.color-1 {
color: #bfac9c;
}
.color-2 {
color: #ad9885;
}
.color-3 {
color: #9c8677;
}
.color-4 {
color: #8d7662;
}
.color-5 {
color: #7a6452;
}

/* CSS Variables */
:root {
--color-1: #bfac9c;
--color-2: #ad9885;
--color-3: #9c8677;
--color-4: #8d7662;
--color-5: #7a6452;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfac9c, #ad9885, #9c8677, #8d7662, #7a6452);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfac9c, #ad9885, #9c8677, #8d7662, #7a6452);
}

Sunlit Elven Glow color palette created on .