Shades of Blue Gray カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue Gray palette

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

Shades of Blue Gray カラーパレット CSS

/* CSS */
.color-1 {
color: #faf8f5;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #4d98c7;
}
.color-4 {
color: #2e6a8a;
}
.color-5 {
color: #1f4b7a;
}

/* CSS Variables */
:root {
--color-1: #faf8f5;
--color-2: #a3c7e0;
--color-3: #4d98c7;
--color-4: #2e6a8a;
--color-5: #1f4b7a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faf8f5, #a3c7e0, #4d98c7, #2e6a8a, #1f4b7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faf8f5, #a3c7e0, #4d98c7, #2e6a8a, #1f4b7a);
}

Shades of Blue Gray color palette created on .