Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #7a9cb8;
}
.color-2 {
color: #a1c9d4;
}
.color-3 {
color: #f5c4b7;
}
.color-4 {
color: #f8a5b8;
}
.color-5 {
color: #f6e8b1;
}

/* CSS Variables */
:root {
--color-1: #7a9cb8;
--color-2: #a1c9d4;
--color-3: #f5c4b7;
--color-4: #f8a5b8;
--color-5: #f6e8b1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a9cb8, #a1c9d4, #f5c4b7, #f8a5b8, #f6e8b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a9cb8, #a1c9d4, #f5c4b7, #f8a5b8, #f6e8b1);
}

Shades of Blue color palette created on .