Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #1a8ed5;
}
.color-2 {
color: #4ca8e1;
}
.color-3 {
color: #6cd4e4;
}
.color-4 {
color: #a0e9e4;
}
.color-5 {
color: #e4f1f1;
}

/* CSS Variables */
:root {
--color-1: #1a8ed5;
--color-2: #4ca8e1;
--color-3: #6cd4e4;
--color-4: #a0e9e4;
--color-5: #e4f1f1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a8ed5, #4ca8e1, #6cd4e4, #a0e9e4, #e4f1f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a8ed5, #4ca8e1, #6cd4e4, #a0e9e4, #e4f1f1);
}

Shades of Blue color palette created on .