Shades of Cobalt カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Cobalt palette
Shades of Cobalt カラーパレット CSS
/* CSS */
.color-1 {
color: #0048ad;
}
.color-2 {
color: #0066cc;
}
.color-3 {
color: #0099ff;
}
.color-4 {
color: #34b5e5;
}
.color-5 {
color: #99ccff;
}
/* CSS Variables */
:root {
--color-1: #0048ad;
--color-2: #0066cc;
--color-3: #0099ff;
--color-4: #34b5e5;
--color-5: #99ccff;
}
Shades of Cobalt の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0048ad, #0066cc, #0099ff, #34b5e5, #99ccff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0048ad, #0066cc, #0099ff, #34b5e5, #99ccff);
}
似たようなカラーパレット
Shades of Cobalt color palette created on .