Whispers of Twilight カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Twilight palette
Whispers of Twilight カラーパレット CSS
/* CSS */
.color-1 {
color: #b5c7d9;
}
.color-2 {
color: #968f88;
}
.color-3 {
color: #7c736e;
}
.color-4 {
color: #5b5352;
}
.color-5 {
color: #3a3a3b;
}
/* CSS Variables */
:root {
--color-1: #b5c7d9;
--color-2: #968f88;
--color-3: #7c736e;
--color-4: #5b5352;
--color-5: #3a3a3b;
}
Whispers of Twilight の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5c7d9, #968f88, #7c736e, #5b5352, #3a3a3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5c7d9, #968f88, #7c736e, #5b5352, #3a3a3b);
}
似たようなカラーパレット
下にスクロールして1個のCool grayカラーパレットを探索しましょう
Whispers of Twilight color palette created on .