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