Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #81d0fd;
}
.color-2 {
color: #4cae7b;
}
.color-3 {
color: #f7a5a1;
}
.color-4 {
color: #f4d35d;
}
.color-5 {
color: #9c5b30;
}

/* CSS Variables */
:root {
--color-1: #81d0fd;
--color-2: #4cae7b;
--color-3: #f7a5a1;
--color-4: #f4d35d;
--color-5: #9c5b30;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #81d0fd, #4cae7b, #f7a5a1, #f4d35d, #9c5b30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #81d0fd, #4cae7b, #f7a5a1, #f4d35d, #9c5b30);
}

Shades of Blue color palette created on .