Earth and Sky Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earth and Sky Harmony palette

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

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

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #79694e;
}
.color-3 {
color: #dab68b;
}
.color-4 {
color: #c4a65a;
}
.color-5 {
color: #9f512d;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #79694e;
--color-3: #dab68b;
--color-4: #c4a65a;
--color-5: #9f512d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #79694e, #dab68b, #c4a65a, #9f512d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #79694e, #dab68b, #c4a65a, #9f512d);
}

Earth and Sky Harmony color palette created on .