Corporate Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Corporate Blue palette
Corporate Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #0071b3;
}
.color-2 {
color: #f1c40e;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #8d43ad;
}
.color-5 {
color: #287fb8;
}
/* CSS Variables */
:root {
--color-1: #0071b3;
--color-2: #f1c40e;
--color-3: #ffffff;
--color-4: #8d43ad;
--color-5: #287fb8;
}
Corporate Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0071b3, #f1c40e, #ffffff, #8d43ad, #287fb8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0071b3, #f1c40e, #ffffff, #8d43ad, #287fb8);
}
似たようなカラーパレット
パレットが見つかりません
別のフィルターを試すか、現在の選択をクリアしてください。
Corporate Blue color palette created on .