Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e6e6e6;
}
.color-3 {
color: #333333;
}
.color-4 {
color: #00549e;
}
.color-5 {
color: #0091e6;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e6e6e6;
--color-3: #333333;
--color-4: #00549e;
--color-5: #0091e6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e6e6e6, #333333, #00549e, #0091e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e6e6e6, #333333, #00549e, #0091e6);
}

Shades of Blue color palette created on .