Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #e6ba8e;
}
.color-2 {
color: #a1d3e8;
}
.color-3 {
color: #6f9cbe;
}
.color-4 {
color: #c8a2d7;
}
.color-5 {
color: #f2a1b4;
}

/* CSS Variables */
:root {
--color-1: #e6ba8e;
--color-2: #a1d3e8;
--color-3: #6f9cbe;
--color-4: #c8a2d7;
--color-5: #f2a1b4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6ba8e, #a1d3e8, #6f9cbe, #c8a2d7, #f2a1b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6ba8e, #a1d3e8, #6f9cbe, #c8a2d7, #f2a1b4);
}

Shades of Blue color palette created on .