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