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