Whispering Earth Tones カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispering Earth Tones palette
Whispering Earth Tones カラーパレット CSS
/* CSS */
.color-1 {
color: #f3e5d3;
}
.color-2 {
color: #ecc9ac;
}
.color-3 {
color: #e6bc9e;
}
.color-4 {
color: #bcc7ae;
}
.color-5 {
color: #cda689;
}
/* CSS Variables */
:root {
--color-1: #f3e5d3;
--color-2: #ecc9ac;
--color-3: #e6bc9e;
--color-4: #bcc7ae;
--color-5: #cda689;
}
Whispering Earth Tones の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e5d3, #ecc9ac, #e6bc9e, #bcc7ae, #cda689);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e5d3, #ecc9ac, #e6bc9e, #bcc7ae, #cda689);
}
似たようなカラーパレット
Whispering Earth Tones color palette created on .