Warm Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Warm Blue palette
Warm Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #496a9c;
}
.color-3 {
color: #80a6c2;
}
.color-4 {
color: #b5d5e8;
}
.color-5 {
color: #f4a462;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #496a9c;
--color-3: #80a6c2;
--color-4: #b5d5e8;
--color-5: #f4a462;
}
Warm Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #496a9c, #80a6c2, #b5d5e8, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #496a9c, #80a6c2, #b5d5e8, #f4a462);
}
似たようなカラーパレット
下にスクロールして500+個の青カラーパレットを探索しましょう
Warm Blue color palette created on .