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