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