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