Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #a6d7e8;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f76970;
}
.color-4 {
color: #f9c8b4;
}
.color-5 {
color: #a6e7d9;
}

/* CSS Variables */
:root {
--color-1: #a6d7e8;
--color-2: #f0a800;
--color-3: #f76970;
--color-4: #f9c8b4;
--color-5: #a6e7d9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6d7e8, #f0a800, #f76970, #f9c8b4, #a6e7d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6d7e8, #f0a800, #f76970, #f9c8b4, #a6e7d9);
}

Shades of Blue color palette created on .