Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #e7e9fd;
}
.color-2 {
color: #c2d8f5;
}
.color-3 {
color: #94c4e0;
}
.color-4 {
color: #4eb7da;
}
.color-5 {
color: #1aa5b7;
}

/* CSS Variables */
:root {
--color-1: #e7e9fd;
--color-2: #c2d8f5;
--color-3: #94c4e0;
--color-4: #4eb7da;
--color-5: #1aa5b7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7e9fd, #c2d8f5, #94c4e0, #4eb7da, #1aa5b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7e9fd, #c2d8f5, #94c4e0, #4eb7da, #1aa5b7);
}

Shades of Blue color palette created on .