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