Farm カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Farm palette
Farm カラーパレット (PNG) をダウンロード
Farm カラーパレット CSS
/* CSS */
.color-1 {
color: #8caa3c;
}
.color-2 {
color: #b9c43b;
}
.color-3 {
color: #f2d86e;
}
.color-4 {
color: #e8ab4f;
}
.color-5 {
color: #af573c;
}
/* CSS Variables */
:root {
--color-1: #8caa3c;
--color-2: #b9c43b;
--color-3: #f2d86e;
--color-4: #e8ab4f;
--color-5: #af573c;
}
Farm の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8caa3c, #b9c43b, #f2d86e, #e8ab4f, #af573c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8caa3c, #b9c43b, #f2d86e, #e8ab4f, #af573c);
}
似たようなカラーパレット
Farm color palette created on .