Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #2b8ebf;
}
.color-2 {
color: #4ec0c6;
}
.color-3 {
color: #71f4b3;
}
.color-4 {
color: #f3e36d;
}
.color-5 {
color: #f28d3a;
}

/* CSS Variables */
:root {
--color-1: #2b8ebf;
--color-2: #4ec0c6;
--color-3: #71f4b3;
--color-4: #f3e36d;
--color-5: #f28d3a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b8ebf, #4ec0c6, #71f4b3, #f3e36d, #f28d3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b8ebf, #4ec0c6, #71f4b3, #f3e36d, #f28d3a);
}

Shades of Blue color palette created on .