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