Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #4dabd1;
}
.color-2 {
color: #3ba9c4;
}
.color-3 {
color: #2da4b9;
}
.color-4 {
color: #1e9ab3;
}
.color-5 {
color: #11b0a0;
}

/* CSS Variables */
:root {
--color-1: #4dabd1;
--color-2: #3ba9c4;
--color-3: #2da4b9;
--color-4: #1e9ab3;
--color-5: #11b0a0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4dabd1, #3ba9c4, #2da4b9, #1e9ab3, #11b0a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4dabd1, #3ba9c4, #2da4b9, #1e9ab3, #11b0a0);
}

Shades of Blue color palette created on .