Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #5b9bd7;
}
.color-2 {
color: #f8caa5;
}
.color-3 {
color: #f5a300;
}
.color-4 {
color: #d86c31;
}
.color-5 {
color: #a33e5e;
}

/* CSS Variables */
:root {
--color-1: #5b9bd7;
--color-2: #f8caa5;
--color-3: #f5a300;
--color-4: #d86c31;
--color-5: #a33e5e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b9bd7, #f8caa5, #f5a300, #d86c31, #a33e5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b9bd7, #f8caa5, #f5a300, #d86c31, #a33e5e);
}

Shades of Blue color palette created on .