Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #201f3d;
}
.color-2 {
color: #4a4c8c;
}
.color-3 {
color: #7a7bbd;
}
.color-4 {
color: #b5c5e8;
}
.color-5 {
color: #f4a462;
}

/* CSS Variables */
:root {
--color-1: #201f3d;
--color-2: #4a4c8c;
--color-3: #7a7bbd;
--color-4: #b5c5e8;
--color-5: #f4a462;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #201f3d, #4a4c8c, #7a7bbd, #b5c5e8, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #201f3d, #4a4c8c, #7a7bbd, #b5c5e8, #f4a462);
}

Shades of Blue color palette created on .