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