Sunlit Meadow Harmony カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sunlit Meadow Harmony palette
Sunlit Meadow Harmony カラーパレット CSS
/* CSS */
.color-1 {
color: #f8fcf9;
}
.color-2 {
color: #d6d36b;
}
.color-3 {
color: #dcbf2e;
}
.color-4 {
color: #b89f23;
}
.color-5 {
color: #c85c09;
}
/* CSS Variables */
:root {
--color-1: #f8fcf9;
--color-2: #d6d36b;
--color-3: #dcbf2e;
--color-4: #b89f23;
--color-5: #c85c09;
}
Sunlit Meadow Harmony の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8fcf9, #d6d36b, #dcbf2e, #b89f23, #c85c09);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8fcf9, #d6d36b, #dcbf2e, #b89f23, #c85c09);
}
似たようなカラーパレット
下にスクロールして1個のSoft greenカラーパレットを探索しましょう
Sunlit Meadow Harmony color palette created on .