Whimsical Earth and Sky カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Earth and Sky palette

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

Whimsical Earth and Sky カラーパレット CSS

/* CSS */
.color-1 {
color: #e6ded1;
}
.color-2 {
color: #ebcf2d;
}
.color-3 {
color: #b1a7a0;
}
.color-4 {
color: #9e7467;
}
.color-5 {
color: #763adf;
}

/* CSS Variables */
:root {
--color-1: #e6ded1;
--color-2: #ebcf2d;
--color-3: #b1a7a0;
--color-4: #9e7467;
--color-5: #763adf;
}

Whimsical Earth and Sky の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6ded1, #ebcf2d, #b1a7a0, #9e7467, #763adf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6ded1, #ebcf2d, #b1a7a0, #9e7467, #763adf);
}

Whimsical Earth and Sky color palette created on .