Yellow Green Freshness カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Yellow Green Freshness palette
Yellow Green Freshness カラーパレット CSS
/* CSS */
.color-1 {
color: #d2e3b5;
}
.color-2 {
color: #a8d68f;
}
.color-3 {
color: #6cba4a;
}
.color-4 {
color: #f9f6b9;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #d2e3b5;
--color-2: #a8d68f;
--color-3: #6cba4a;
--color-4: #f9f6b9;
--color-5: #ffffff;
}
Yellow Green Freshness の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2e3b5, #a8d68f, #6cba4a, #f9f6b9, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2e3b5, #a8d68f, #6cba4a, #f9f6b9, #ffffff);
}
似たようなカラーパレット
下にスクロールして300+個のブライトカラーパレットを探索しましょう
Yellow Green Freshness color palette created on .