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