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