Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #a2d1e7;
}
.color-2 {
color: #75b1d7;
}
.color-3 {
color: #3f9bc6;
}
.color-4 {
color: #2c7c9b;
}
.color-5 {
color: #1d4d5e;
}

/* CSS Variables */
:root {
--color-1: #a2d1e7;
--color-2: #75b1d7;
--color-3: #3f9bc6;
--color-4: #2c7c9b;
--color-5: #1d4d5e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2d1e7, #75b1d7, #3f9bc6, #2c7c9b, #1d4d5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2d1e7, #75b1d7, #3f9bc6, #2c7c9b, #1d4d5e);
}

Shades of Blue color palette created on .