Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

このパレットを共有する先:

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #0077b3;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #00d1c3;
}
.color-4 {
color: #00e0d9;
}
.color-5 {
color: #00ffee;
}

/* CSS Variables */
:root {
--color-1: #0077b3;
--color-2: #00b3aa;
--color-3: #00d1c3;
--color-4: #00e0d9;
--color-5: #00ffee;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0077b3, #00b3aa, #00d1c3, #00e0d9, #00ffee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0077b3, #00b3aa, #00d1c3, #00e0d9, #00ffee);
}

Shades of Blue color palette created on .