Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #1c2e4f;
}
.color-2 {
color: #2a6d9d;
}
.color-3 {
color: #4e9ebc;
}
.color-4 {
color: #86d0e9;
}
.color-5 {
color: #f9e4a4;
}

/* CSS Variables */
:root {
--color-1: #1c2e4f;
--color-2: #2a6d9d;
--color-3: #4e9ebc;
--color-4: #86d0e9;
--color-5: #f9e4a4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2e4f, #2a6d9d, #4e9ebc, #86d0e9, #f9e4a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2e4f, #2a6d9d, #4e9ebc, #86d0e9, #f9e4a4);
}

Shades of Blue color palette created on .