Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #007ec7;
}
.color-2 {
color: #00a5e0;
}
.color-3 {
color: #49c6e9;
}
.color-4 {
color: #7ed4e7;
}
.color-5 {
color: #a4e4ea;
}

/* CSS Variables */
:root {
--color-1: #007ec7;
--color-2: #00a5e0;
--color-3: #49c6e9;
--color-4: #7ed4e7;
--color-5: #a4e4ea;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007ec7, #00a5e0, #49c6e9, #7ed4e7, #a4e4ea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007ec7, #00a5e0, #49c6e9, #7ed4e7, #a4e4ea);
}

Shades of Blue color palette created on .