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