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