Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #a2d9e2;
}
.color-2 {
color: #8ed3e1;
}
.color-3 {
color: #6bb8d1;
}
.color-4 {
color: #3d9db8;
}
.color-5 {
color: #2b7a97;
}

/* CSS Variables */
:root {
--color-1: #a2d9e2;
--color-2: #8ed3e1;
--color-3: #6bb8d1;
--color-4: #3d9db8;
--color-5: #2b7a97;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2d9e2, #8ed3e1, #6bb8d1, #3d9db8, #2b7a97);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2d9e2, #8ed3e1, #6bb8d1, #3d9db8, #2b7a97);
}

Shades of Blue color palette created on .