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