Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #4a8fba;
}
.color-2 {
color: #6db6c5;
}
.color-3 {
color: #8ed5d7;
}
.color-4 {
color: #b6e2d6;
}
.color-5 {
color: #dff6e5;
}

/* CSS Variables */
:root {
--color-1: #4a8fba;
--color-2: #6db6c5;
--color-3: #8ed5d7;
--color-4: #b6e2d6;
--color-5: #dff6e5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a8fba, #6db6c5, #8ed5d7, #b6e2d6, #dff6e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a8fba, #6db6c5, #8ed5d7, #b6e2d6, #dff6e5);
}

似たようなカラーパレット

Shades of Blue color palette created on .