Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #284577;
}
.color-2 {
color: #2a8d7d;
}
.color-3 {
color: #4c3c9a;
}
.color-4 {
color: #a47a2d;
}
.color-5 {
color: #e4a34e;
}

/* CSS Variables */
:root {
--color-1: #284577;
--color-2: #2a8d7d;
--color-3: #4c3c9a;
--color-4: #a47a2d;
--color-5: #e4a34e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #284577, #2a8d7d, #4c3c9a, #a47a2d, #e4a34e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #284577, #2a8d7d, #4c3c9a, #a47a2d, #e4a34e);
}

Shades of Blue color palette created on .