Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #0099cc;
}
.color-2 {
color: #00b4e6;
}
.color-3 {
color: #32c3e7;
}
.color-4 {
color: #66d7f0;
}
.color-5 {
color: #97e4f2;
}

/* CSS Variables */
:root {
--color-1: #0099cc;
--color-2: #00b4e6;
--color-3: #32c3e7;
--color-4: #66d7f0;
--color-5: #97e4f2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0099cc, #00b4e6, #32c3e7, #66d7f0, #97e4f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0099cc, #00b4e6, #32c3e7, #66d7f0, #97e4f2);
}

Shades of Blue color palette created on .