Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #1a6b89;
}
.color-2 {
color: #3c9cb4;
}
.color-3 {
color: #a3d5e0;
}
.color-4 {
color: #f5e0b2;
}
.color-5 {
color: #f1a8a2;
}

/* CSS Variables */
:root {
--color-1: #1a6b89;
--color-2: #3c9cb4;
--color-3: #a3d5e0;
--color-4: #f5e0b2;
--color-5: #f1a8a2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a6b89, #3c9cb4, #a3d5e0, #f5e0b2, #f1a8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a6b89, #3c9cb4, #a3d5e0, #f5e0b2, #f1a8a2);
}

Shades of Blue color palette created on .