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