Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #0092b3;
}
.color-2 {
color: #00b4e6;
}
.color-3 {
color: #7ed6e7;
}
.color-4 {
color: #c1f0f6;
}
.color-5 {
color: #f0f9f9;
}

/* CSS Variables */
:root {
--color-1: #0092b3;
--color-2: #00b4e6;
--color-3: #7ed6e7;
--color-4: #c1f0f6;
--color-5: #f0f9f9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0092b3, #00b4e6, #7ed6e7, #c1f0f6, #f0f9f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0092b3, #00b4e6, #7ed6e7, #c1f0f6, #f0f9f9);
}

Shades of Blue color palette created on .