Dark Ingo カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dark Ingo palette
Dark Ingo カラーパレット CSS
/* CSS */
.color-1 {
color: #1a1c23;
}
.color-2 {
color: #4b5c68;
}
.color-3 {
color: #6a7e8a;
}
.color-4 {
color: #92b2c4;
}
.color-5 {
color: #d8e9e5;
}
/* CSS Variables */
:root {
--color-1: #1a1c23;
--color-2: #4b5c68;
--color-3: #6a7e8a;
--color-4: #92b2c4;
--color-5: #d8e9e5;
}
Dark Ingo の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1c23, #4b5c68, #6a7e8a, #92b2c4, #d8e9e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1c23, #4b5c68, #6a7e8a, #92b2c4, #d8e9e5);
}
似たようなカラーパレット
Dark Ingo color palette created on .