Whispers of Dusk カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Dusk palette
Image Gallery

Whispers of Dusk カラーパレット CSS
/* CSS */
.color-1 {
color: #f3ecec;
}
.color-2 {
color: #b4b5c0;
}
.color-3 {
color: #959bac;
}
.color-4 {
color: #878d9b;
}
.color-5 {
color: #5b5752;
}
/* CSS Variables */
:root {
--color-1: #f3ecec;
--color-2: #b4b5c0;
--color-3: #959bac;
--color-4: #878d9b;
--color-5: #5b5752;
}
Whispers of Dusk の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ecec, #b4b5c0, #959bac, #878d9b, #5b5752);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ecec, #b4b5c0, #959bac, #878d9b, #5b5752);
}
似たようなカラーパレット
下にスクロールして3個のSoft pinkカラーパレットを探索しましょう
Whispers of Dusk color palette created on .