Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #1e4b6c;
}
.color-2 {
color: #2b8ea6;
}
.color-3 {
color: #4bb4d8;
}
.color-4 {
color: #84d5f6;
}
.color-5 {
color: #b3e7ff;
}

/* CSS Variables */
:root {
--color-1: #1e4b6c;
--color-2: #2b8ea6;
--color-3: #4bb4d8;
--color-4: #84d5f6;
--color-5: #b3e7ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4b6c, #2b8ea6, #4bb4d8, #84d5f6, #b3e7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4b6c, #2b8ea6, #4bb4d8, #84d5f6, #b3e7ff);
}

Shades of Blue color palette created on .