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