Yellow Grunge カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Yellow Grunge palette
Yellow Grunge カラーパレット CSS
/* CSS */
.color-1 {
color: #7c7c27;
}
.color-2 {
color: #b6b42f;
}
.color-3 {
color: #e0d34d;
}
.color-4 {
color: #f7e98d;
}
.color-5 {
color: #f5a524;
}
/* CSS Variables */
:root {
--color-1: #7c7c27;
--color-2: #b6b42f;
--color-3: #e0d34d;
--color-4: #f7e98d;
--color-5: #f5a524;
}
Yellow Grunge の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c7c27, #b6b42f, #e0d34d, #f7e98d, #f5a524);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c7c27, #b6b42f, #e0d34d, #f7e98d, #f5a524);
}
似たようなカラーパレット
Yellow Grunge color palette created on .