Silver Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Silver Elegance palette

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

Silver Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #bfbfbf;
}
.color-2 {
color: #e0e0e0;
}
.color-3 {
color: #f5f5f5;
}
.color-4 {
color: #d8c0d8;
}
.color-5 {
color: #b1e0e7;
}

/* CSS Variables */
:root {
--color-1: #bfbfbf;
--color-2: #e0e0e0;
--color-3: #f5f5f5;
--color-4: #d8c0d8;
--color-5: #b1e0e7;
}

Silver Elegance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfbfbf, #e0e0e0, #f5f5f5, #d8c0d8, #b1e0e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfbfbf, #e0e0e0, #f5f5f5, #d8c0d8, #b1e0e7);
}

Silver Elegance color palette created on .