Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #4bbae2;
}
.color-2 {
color: #2d7b9a;
}
.color-3 {
color: #1c5e7d;
}
.color-4 {
color: #1a4d70;
}
.color-5 {
color: #0d3959;
}

/* CSS Variables */
:root {
--color-1: #4bbae2;
--color-2: #2d7b9a;
--color-3: #1c5e7d;
--color-4: #1a4d70;
--color-5: #0d3959;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4bbae2, #2d7b9a, #1c5e7d, #1a4d70, #0d3959);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4bbae2, #2d7b9a, #1c5e7d, #1a4d70, #0d3959);
}

Shades of Blue color palette created on .