Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #0098c7;
}
.color-2 {
color: #00b4e6;
}
.color-3 {
color: #1cd2f2;
}
.color-4 {
color: #afe1f8;
}
.color-5 {
color: #e5f9ff;
}

/* CSS Variables */
:root {
--color-1: #0098c7;
--color-2: #00b4e6;
--color-3: #1cd2f2;
--color-4: #afe1f8;
--color-5: #e5f9ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0098c7, #00b4e6, #1cd2f2, #afe1f8, #e5f9ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0098c7, #00b4e6, #1cd2f2, #afe1f8, #e5f9ff);
}

Shades of Blue color palette created on .