Opulent Majesty カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Opulent Majesty palette
Opulent Majesty カラーパレット CSS
/* CSS */
.color-1 {
color: #d4af35;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #4b3d2a;
}
.color-4 {
color: #7c698c;
}
.color-5 {
color: #e9b79f;
}
/* CSS Variables */
:root {
--color-1: #d4af35;
--color-2: #a85f2e;
--color-3: #4b3d2a;
--color-4: #7c698c;
--color-5: #e9b79f;
}
Opulent Majesty の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4af35, #a85f2e, #4b3d2a, #7c698c, #e9b79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4af35, #a85f2e, #4b3d2a, #7c698c, #e9b79f);
}
Opulent Majesty color palette created on .