Silver Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Silver Serenade palette

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

Silver Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #e0e0e0;
}
.color-2 {
color: #b3b3b3;
}
.color-3 {
color: #a6a6a6;
}
.color-4 {
color: #7d7d7d;
}
.color-5 {
color: #4d4d4d;
}

/* CSS Variables */
:root {
--color-1: #e0e0e0;
--color-2: #b3b3b3;
--color-3: #a6a6a6;
--color-4: #7d7d7d;
--color-5: #4d4d4d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0e0e0, #b3b3b3, #a6a6a6, #7d7d7d, #4d4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0e0e0, #b3b3b3, #a6a6a6, #7d7d7d, #4d4d4d);
}

Silver Serenade color palette created on .