Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #191967;
}
.color-2 {
color: #3d499e;
}
.color-3 {
color: #6b7fb3;
}
.color-4 {
color: #a9c1e0;
}
.color-5 {
color: #e5f2ff;
}

/* CSS Variables */
:root {
--color-1: #191967;
--color-2: #3d499e;
--color-3: #6b7fb3;
--color-4: #a9c1e0;
--color-5: #e5f2ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #191967, #3d499e, #6b7fb3, #a9c1e0, #e5f2ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #191967, #3d499e, #6b7fb3, #a9c1e0, #e5f2ff);
}

Shades of Blue color palette created on .