Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #abbff2;
}
.color-2 {
color: #8bcada;
}
.color-3 {
color: #62b1c0;
}
.color-4 {
color: #3b9fb5;
}
.color-5 {
color: #2a7e93;
}

/* CSS Variables */
:root {
--color-1: #abbff2;
--color-2: #8bcada;
--color-3: #62b1c0;
--color-4: #3b9fb5;
--color-5: #2a7e93;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #abbff2, #8bcada, #62b1c0, #3b9fb5, #2a7e93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #abbff2, #8bcada, #62b1c0, #3b9fb5, #2a7e93);
}

Shades of Blue color palette created on .