Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #b8d2ea;
}
.color-2 {
color: #a3c4db;
}
.color-3 {
color: #8bb7d5;
}
.color-4 {
color: #5da4c0;
}
.color-5 {
color: #3a8da6;
}

/* CSS Variables */
:root {
--color-1: #b8d2ea;
--color-2: #a3c4db;
--color-3: #8bb7d5;
--color-4: #5da4c0;
--color-5: #3a8da6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8d2ea, #a3c4db, #8bb7d5, #5da4c0, #3a8da6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8d2ea, #a3c4db, #8bb7d5, #5da4c0, #3a8da6);
}

Shades of Blue color palette created on .