Earthy Whispers カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Earthy Whispers palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Earthy Whispers カラーパレット (PNG) をダウンロード
Earthy Whispers カラーパレット CSS
/* CSS */
.color-1 {
color: #feb043;
}
.color-2 {
color: #5c1d00;
}
.color-3 {
color: #c54602;
}
.color-4 {
color: #fb7b18;
}
.color-5 {
color: #9d3201;
}
/* CSS Variables */
:root {
--color-1: #feb043;
--color-2: #5c1d00;
--color-3: #c54602;
--color-4: #fb7b18;
--color-5: #9d3201;
}
Earthy Whispers の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #feb043, #5c1d00, #c54602, #fb7b18, #9d3201);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #feb043, #5c1d00, #c54602, #fb7b18, #9d3201);
}
似たようなカラーパレット
Earthy Whispers color palette created on .