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: #5cbbe0;
}
.color-3 {
color: #73d3c9;
}
.color-4 {
color: #a2e7b3;
}
.color-5 {
color: #f3f94e;
}
/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #5cbbe0;
--color-3: #73d3c9;
--color-4: #a2e7b3;
--color-5: #f3f94e;
}
Earth and Sky Harmony の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #5cbbe0, #73d3c9, #a2e7b3, #f3f94e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #5cbbe0, #73d3c9, #a2e7b3, #f3f94e);
}
似たようなカラーパレット
Earth and Sky Harmony color palette created on .