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