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