Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #006280;
}
.color-2 {
color: #009bb3;
}
.color-3 {
color: #00b2d1;
}
.color-4 {
color: #00ced1;
}
.color-5 {
color: #00ffea;
}

/* CSS Variables */
:root {
--color-1: #006280;
--color-2: #009bb3;
--color-3: #00b2d1;
--color-4: #00ced1;
--color-5: #00ffea;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #006280, #009bb3, #00b2d1, #00ced1, #00ffea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #006280, #009bb3, #00b2d1, #00ced1, #00ffea);
}

Shades of Blue color palette created on .