Whispering Shadows カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispering Shadows palette
Whispering Shadows カラーパレット CSS
/* CSS */
.color-1 {
color: #f6e4d5;
}
.color-2 {
color: #d2c5b7;
}
.color-3 {
color: #a99a8e;
}
.color-4 {
color: #797b7c;
}
.color-5 {
color: #4a4a4a;
}
/* CSS Variables */
:root {
--color-1: #f6e4d5;
--color-2: #d2c5b7;
--color-3: #a99a8e;
--color-4: #797b7c;
--color-5: #4a4a4a;
}
Whispering Shadows の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e4d5, #d2c5b7, #a99a8e, #797b7c, #4a4a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e4d5, #d2c5b7, #a99a8e, #797b7c, #4a4a4a);
}
似たようなカラーパレット
下にスクロールして40+個のエステティックカラーパレットを探索しましょう
Whispering Shadows color palette created on .