Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #3e7c98;
}
.color-2 {
color: #5ca0b2;
}
.color-3 {
color: #89c3d1;
}
.color-4 {
color: #e1af7a;
}
.color-5 {
color: #da6d3e;
}

/* CSS Variables */
:root {
--color-1: #3e7c98;
--color-2: #5ca0b2;
--color-3: #89c3d1;
--color-4: #e1af7a;
--color-5: #da6d3e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e7c98, #5ca0b2, #89c3d1, #e1af7a, #da6d3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e7c98, #5ca0b2, #89c3d1, #e1af7a, #da6d3e);
}

Shades of Blue color palette created on .