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