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