Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #81c6df;
}
.color-2 {
color: #5d9fcb;
}
.color-3 {
color: #4b77b9;
}
.color-4 {
color: #405d9c;
}
.color-5 {
color: #2c4c6d;
}

/* CSS Variables */
:root {
--color-1: #81c6df;
--color-2: #5d9fcb;
--color-3: #4b77b9;
--color-4: #405d9c;
--color-5: #2c4c6d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #81c6df, #5d9fcb, #4b77b9, #405d9c, #2c4c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #81c6df, #5d9fcb, #4b77b9, #405d9c, #2c4c6d);
}

Shades of Blue color palette created on .