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