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