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