Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #9ed3eb;
}
.color-2 {
color: #4bb8ce;
}
.color-3 {
color: #2f9893;
}
.color-4 {
color: #23706d;
}
.color-5 {
color: #185451;
}

/* CSS Variables */
:root {
--color-1: #9ed3eb;
--color-2: #4bb8ce;
--color-3: #2f9893;
--color-4: #23706d;
--color-5: #185451;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ed3eb, #4bb8ce, #2f9893, #23706d, #185451);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ed3eb, #4bb8ce, #2f9893, #23706d, #185451);
}

Shades of Blue color palette created on .