Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #b2ddeb;
}
.color-2 {
color: #8ecae6;
}
.color-3 {
color: #4ea4c6;
}
.color-4 {
color: #0092b3;
}
.color-5 {
color: #007a99;
}

/* CSS Variables */
:root {
--color-1: #b2ddeb;
--color-2: #8ecae6;
--color-3: #4ea4c6;
--color-4: #0092b3;
--color-5: #007a99;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2ddeb, #8ecae6, #4ea4c6, #0092b3, #007a99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2ddeb, #8ecae6, #4ea4c6, #0092b3, #007a99);
}

Shades of Blue color palette created on .