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