Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #1f395c;
}
.color-2 {
color: #2c4a72;
}
.color-3 {
color: #5c8b9d;
}
.color-4 {
color: #a1c4d4;
}
.color-5 {
color: #f1d8b6;
}

/* CSS Variables */
:root {
--color-1: #1f395c;
--color-2: #2c4a72;
--color-3: #5c8b9d;
--color-4: #a1c4d4;
--color-5: #f1d8b6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f395c, #2c4a72, #5c8b9d, #a1c4d4, #f1d8b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f395c, #2c4a72, #5c8b9d, #a1c4d4, #f1d8b6);
}

Shades of Blue color palette created on .