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