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