Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #a6c4d9;
}
.color-2 {
color: #a2b2c8;
}
.color-3 {
color: #7b8d9d;
}
.color-4 {
color: #4e6b79;
}
.color-5 {
color: #2e4952;
}

/* CSS Variables */
:root {
--color-1: #a6c4d9;
--color-2: #a2b2c8;
--color-3: #7b8d9d;
--color-4: #4e6b79;
--color-5: #2e4952;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c4d9, #a2b2c8, #7b8d9d, #4e6b79, #2e4952);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c4d9, #a2b2c8, #7b8d9d, #4e6b79, #2e4952);
}

Shades of Blue color palette created on .