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