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