Whispers of Tranquil Earth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Tranquil Earth palette

このパレットを共有する先:

Whispers of Tranquil Earth カラーパレット CSS

/* CSS */
.color-1 {
color: #e1eaef;
}
.color-2 {
color: #a6bdd3;
}
.color-3 {
color: #b6b38b;
}
.color-4 {
color: #8f8642;
}
.color-5 {
color: #72859d;
}

/* CSS Variables */
:root {
--color-1: #e1eaef;
--color-2: #a6bdd3;
--color-3: #b6b38b;
--color-4: #8f8642;
--color-5: #72859d;
}

Whispers of Tranquil Earth の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1eaef, #a6bdd3, #b6b38b, #8f8642, #72859d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1eaef, #a6bdd3, #b6b38b, #8f8642, #72859d);
}

Whispers of Tranquil Earth color palette created on .