Misty Forest Retreat カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Misty Forest Retreat palette
Misty Forest Retreat カラーパレット CSS
/* CSS */
.color-1 {
color: #a6a867;
}
.color-2 {
color: #90a2a2;
}
.color-3 {
color: #647c96;
}
.color-4 {
color: #465e8b;
}
.color-5 {
color: #4d575b;
}
/* CSS Variables */
:root {
--color-1: #a6a867;
--color-2: #90a2a2;
--color-3: #647c96;
--color-4: #465e8b;
--color-5: #4d575b;
}
Misty Forest Retreat の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6a867, #90a2a2, #647c96, #465e8b, #4d575b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6a867, #90a2a2, #647c96, #465e8b, #4d575b);
}
Misty Forest Retreat color palette created on .