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