Whispers of Twilight カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Twilight palette
Whispers of Twilight カラーパレット CSS
/* CSS */
.color-1 {
color: #c0afb3;
}
.color-2 {
color: #957a75;
}
.color-3 {
color: #53515d;
}
.color-4 {
color: #36363f;
}
.color-5 {
color: #211e24;
}
/* CSS Variables */
:root {
--color-1: #c0afb3;
--color-2: #957a75;
--color-3: #53515d;
--color-4: #36363f;
--color-5: #211e24;
}
Whispers of Twilight の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0afb3, #957a75, #53515d, #36363f, #211e24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0afb3, #957a75, #53515d, #36363f, #211e24);
}
似たようなカラーパレット
Whispers of Twilight color palette created on .