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