Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #a3d6e0;
}
.color-2 {
color: #f4cbae;
}
.color-3 {
color: #f2a27d;
}
.color-4 {
color: #e17d6b;
}
.color-5 {
color: #b05e8e;
}

/* CSS Variables */
:root {
--color-1: #a3d6e0;
--color-2: #f4cbae;
--color-3: #f2a27d;
--color-4: #e17d6b;
--color-5: #b05e8e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d6e0, #f4cbae, #f2a27d, #e17d6b, #b05e8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d6e0, #f4cbae, #f2a27d, #e17d6b, #b05e8e);
}

Shades of Blue color palette created on .