Whispers of Dusk カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Dusk palette
Whispers of Dusk カラーパレット CSS
/* CSS */
.color-1 {
color: #c4c6e3;
}
.color-2 {
color: #9cc2d3;
}
.color-3 {
color: #9898b3;
}
.color-4 {
color: #826c64;
}
.color-5 {
color: #542b38;
}
/* CSS Variables */
:root {
--color-1: #c4c6e3;
--color-2: #9cc2d3;
--color-3: #9898b3;
--color-4: #826c64;
--color-5: #542b38;
}
Whispers of Dusk の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4c6e3, #9cc2d3, #9898b3, #826c64, #542b38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4c6e3, #9cc2d3, #9898b3, #826c64, #542b38);
}
似たようなカラーパレット
Whispers of Dusk color palette created on .