Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #1c1f3f;
}
.color-2 {
color: #2b3a7d;
}
.color-3 {
color: #4f6ca1;
}
.color-4 {
color: #79a8d8;
}
.color-5 {
color: #b2e1f5;
}

/* CSS Variables */
:root {
--color-1: #1c1f3f;
--color-2: #2b3a7d;
--color-3: #4f6ca1;
--color-4: #79a8d8;
--color-5: #b2e1f5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1f3f, #2b3a7d, #4f6ca1, #79a8d8, #b2e1f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1f3f, #2b3a7d, #4f6ca1, #79a8d8, #b2e1f5);
}

Shades of Blue color palette created on .