Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #3a3e78;
}
.color-2 {
color: #5c6c8a;
}
.color-3 {
color: #899a92;
}
.color-4 {
color: #d4a47d;
}
.color-5 {
color: #e6b656;
}

/* CSS Variables */
:root {
--color-1: #3a3e78;
--color-2: #5c6c8a;
--color-3: #899a92;
--color-4: #d4a47d;
--color-5: #e6b656;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a3e78, #5c6c8a, #899a92, #d4a47d, #e6b656);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a3e78, #5c6c8a, #899a92, #d4a47d, #e6b656);
}

Shades of Blue color palette created on .