Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #f6e1b1;
}
.color-2 {
color: #d1c6e6;
}
.color-3 {
color: #a2a2d8;
}
.color-4 {
color: #6a8faf;
}
.color-5 {
color: #3e4b5b;
}

/* CSS Variables */
:root {
--color-1: #f6e1b1;
--color-2: #d1c6e6;
--color-3: #a2a2d8;
--color-4: #6a8faf;
--color-5: #3e4b5b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e1b1, #d1c6e6, #a2a2d8, #6a8faf, #3e4b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e1b1, #d1c6e6, #a2a2d8, #6a8faf, #3e4b5b);
}

Shades of Blue color palette created on .