Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #45b2e8;
}
.color-2 {
color: #2e9ed6;
}
.color-3 {
color: #1b7db6;
}
.color-4 {
color: #1a668e;
}
.color-5 {
color: #0e4b6c;
}

/* CSS Variables */
:root {
--color-1: #45b2e8;
--color-2: #2e9ed6;
--color-3: #1b7db6;
--color-4: #1a668e;
--color-5: #0e4b6c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #45b2e8, #2e9ed6, #1b7db6, #1a668e, #0e4b6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #45b2e8, #2e9ed6, #1b7db6, #1a668e, #0e4b6c);
}

Shades of Blue color palette created on .