March カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with March palette
March カラー パレット PNG 画像
March カラーパレット CSS
/* CSS */
.color-1 {
color: #4a5927;
}
.color-2 {
color: #314e22;
}
.color-3 {
color: #23411b;
}
.color-4 {
color: #1d3413;
}
.color-5 {
color: #12220c;
}
/* CSS Variables */
:root {
--color-1: #4a5927;
--color-2: #314e22;
--color-3: #23411b;
--color-4: #1d3413;
--color-5: #12220c;
}
March の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a5927, #314e22, #23411b, #1d3413, #12220c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a5927, #314e22, #23411b, #1d3413, #12220c);
}
似たようなカラーパレット
March color palette created on .