Shades of Blue and Orange カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Blue and Orange palette
Shades of Blue and Orange カラーパレット CSS
/* CSS */
.color-1 {
color: #a3d4e0;
}
.color-2 {
color: #f2b76e;
}
.color-3 {
color: #f29050;
}
.color-4 {
color: #d35c3c;
}
.color-5 {
color: #a64b3a;
}
/* CSS Variables */
:root {
--color-1: #a3d4e0;
--color-2: #f2b76e;
--color-3: #f29050;
--color-4: #d35c3c;
--color-5: #a64b3a;
}
Shades of Blue and Orange の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d4e0, #f2b76e, #f29050, #d35c3c, #a64b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d4e0, #f2b76e, #f29050, #d35c3c, #a64b3a);
}
似たようなカラーパレット
下にスクロールして90+個のエステティックカラーパレットを探索しましょう
Shades of Blue and Orange color palette created on .