Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #00153d;
}
.color-2 {
color: #005a8a;
}
.color-3 {
color: #0098b3;
}
.color-4 {
color: #00b3aa;
}
.color-5 {
color: #00c7b6;
}

/* CSS Variables */
:root {
--color-1: #00153d;
--color-2: #005a8a;
--color-3: #0098b3;
--color-4: #00b3aa;
--color-5: #00c7b6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00153d, #005a8a, #0098b3, #00b3aa, #00c7b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00153d, #005a8a, #0098b3, #00b3aa, #00c7b6);
}

Shades of Blue color palette created on .