Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #4b6f91;
}
.color-2 {
color: #6ea2aa;
}
.color-3 {
color: #a0c5b3;
}
.color-4 {
color: #d1e8c4;
}
.color-5 {
color: #f4d35d;
}

/* CSS Variables */
:root {
--color-1: #4b6f91;
--color-2: #6ea2aa;
--color-3: #a0c5b3;
--color-4: #d1e8c4;
--color-5: #f4d35d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b6f91, #6ea2aa, #a0c5b3, #d1e8c4, #f4d35d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b6f91, #6ea2aa, #a0c5b3, #d1e8c4, #f4d35d);
}

Shades of Blue color palette created on .