Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #6d9dba;
}
.color-3 {
color: #4f6f92;
}
.color-4 {
color: #2d4c6c;
}
.color-5 {
color: #1a2932;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #6d9dba;
--color-3: #4f6f92;
--color-4: #2d4c6c;
--color-5: #1a2932;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #6d9dba, #4f6f92, #2d4c6c, #1a2932);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #6d9dba, #4f6f92, #2d4c6c, #1a2932);
}

Shades of Blue color palette created on .