Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #9ed6e5;
}
.color-2 {
color: #6ac0d7;
}
.color-3 {
color: #4cb9e1;
}
.color-4 {
color: #2b97c5;
}
.color-5 {
color: #1a7999;
}

/* CSS Variables */
:root {
--color-1: #9ed6e5;
--color-2: #6ac0d7;
--color-3: #4cb9e1;
--color-4: #2b97c5;
--color-5: #1a7999;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ed6e5, #6ac0d7, #4cb9e1, #2b97c5, #1a7999);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ed6e5, #6ac0d7, #4cb9e1, #2b97c5, #1a7999);
}

Shades of Blue color palette created on .