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