Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #5c7fbc;
}
.color-2 {
color: #a4a5df;
}
.color-3 {
color: #e1b7d0;
}
.color-4 {
color: #f0b000;
}
.color-5 {
color: #4b4b9b;
}

/* CSS Variables */
:root {
--color-1: #5c7fbc;
--color-2: #a4a5df;
--color-3: #e1b7d0;
--color-4: #f0b000;
--color-5: #4b4b9b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c7fbc, #a4a5df, #e1b7d0, #f0b000, #4b4b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c7fbc, #a4a5df, #e1b7d0, #f0b000, #4b4b9b);
}

Shades of Blue color palette created on .