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