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