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