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