Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #a5a9b1;
}
.color-2 {
color: #b9c2d4;
}
.color-3 {
color: #d2e2f9;
}
.color-4 {
color: #f5c99e;
}
.color-5 {
color: #f76e6e;
}

/* CSS Variables */
:root {
--color-1: #a5a9b1;
--color-2: #b9c2d4;
--color-3: #d2e2f9;
--color-4: #f5c99e;
--color-5: #f76e6e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5a9b1, #b9c2d4, #d2e2f9, #f5c99e, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5a9b1, #b9c2d4, #d2e2f9, #f5c99e, #f76e6e);
}

Shades of Blue color palette created on .