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