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