Whispers of Earnestness カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Earnestness palette

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

Whispers of Earnestness カラーパレット CSS

/* CSS */
.color-1 {
color: #e3d8c9;
}
.color-2 {
color: #d2c3b2;
}
.color-3 {
color: #bfa7a1;
}
.color-4 {
color: #a68c8e;
}
.color-5 {
color: #8e6b6d;
}

/* CSS Variables */
:root {
--color-1: #e3d8c9;
--color-2: #d2c3b2;
--color-3: #bfa7a1;
--color-4: #a68c8e;
--color-5: #8e6b6d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3d8c9, #d2c3b2, #bfa7a1, #a68c8e, #8e6b6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3d8c9, #d2c3b2, #bfa7a1, #a68c8e, #8e6b6d);
}

Whispers of Earnestness color palette created on .