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