Sunlit Meadow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunlit Meadow palette

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

Sunlit Meadow カラーパレット CSS

/* CSS */
.color-1 {
color: #ed930c;
}
.color-2 {
color: #f2ac2c;
}
.color-3 {
color: #efcc43;
}
.color-4 {
color: #eae276;
}
.color-5 {
color: #b6e061;
}

/* CSS Variables */
:root {
--color-1: #ed930c;
--color-2: #f2ac2c;
--color-3: #efcc43;
--color-4: #eae276;
--color-5: #b6e061;
}

Sunlit Meadow の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ed930c, #f2ac2c, #efcc43, #eae276, #b6e061);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ed930c, #f2ac2c, #efcc43, #eae276, #b6e061);
}

Sunlit Meadow color palette created on .