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