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