Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #e5c0b8;
}
.color-2 {
color: #a0d7e9;
}
.color-3 {
color: #699eba;
}
.color-4 {
color: #4c7c9a;
}
.color-5 {
color: #3c4b4e;
}

/* CSS Variables */
:root {
--color-1: #e5c0b8;
--color-2: #a0d7e9;
--color-3: #699eba;
--color-4: #4c7c9a;
--color-5: #3c4b4e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5c0b8, #a0d7e9, #699eba, #4c7c9a, #3c4b4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5c0b8, #a0d7e9, #699eba, #4c7c9a, #3c4b4e);
}

Shades of Blue color palette created on .