Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #a2d7e7;
}
.color-2 {
color: #f3bab4;
}
.color-3 {
color: #f4e5c3;
}
.color-4 {
color: #d9a6c6;
}
.color-5 {
color: #ffc39e;
}

/* CSS Variables */
:root {
--color-1: #a2d7e7;
--color-2: #f3bab4;
--color-3: #f4e5c3;
--color-4: #d9a6c6;
--color-5: #ffc39e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2d7e7, #f3bab4, #f4e5c3, #d9a6c6, #ffc39e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2d7e7, #f3bab4, #f4e5c3, #d9a6c6, #ffc39e);
}

Shades of Blue color palette created on .