Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #006699;
}
.color-2 {
color: #0099cc;
}
.color-3 {
color: #00b4e6;
}
.color-4 {
color: #68d7e3;
}
.color-5 {
color: #99e6f0;
}

/* CSS Variables */
:root {
--color-1: #006699;
--color-2: #0099cc;
--color-3: #00b4e6;
--color-4: #68d7e3;
--color-5: #99e6f0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #006699, #0099cc, #00b4e6, #68d7e3, #99e6f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #006699, #0099cc, #00b4e6, #68d7e3, #99e6f0);
}

Shades of Blue color palette created on .