Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #5d9bd5;
}
.color-3 {
color: #2b7a9c;
}
.color-4 {
color: #1b4b3d;
}
.color-5 {
color: #0e392a;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #5d9bd5;
--color-3: #2b7a9c;
--color-4: #1b4b3d;
--color-5: #0e392a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #5d9bd5, #2b7a9c, #1b4b3d, #0e392a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #5d9bd5, #2b7a9c, #1b4b3d, #0e392a);
}

Shades of Blue color palette created on .