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: #0074b3;
}
.color-3 {
color: #0096d6;
}
.color-4 {
color: #50c2f7;
}
.color-5 {
color: #a3d6e0;
}

/* CSS Variables */
:root {
--color-1: #0048ad;
--color-2: #0074b3;
--color-3: #0096d6;
--color-4: #50c2f7;
--color-5: #a3d6e0;
}

Shades of Cobalt の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0048ad, #0074b3, #0096d6, #50c2f7, #a3d6e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0048ad, #0074b3, #0096d6, #50c2f7, #a3d6e0);
}

Shades of Cobalt color palette created on .