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