Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #f1c3a2;
}
.color-3 {
color: #e0a3c2;
}
.color-4 {
color: #f6e5b1;
}
.color-5 {
color: #f17e7e;
}

/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #f1c3a2;
--color-3: #e0a3c2;
--color-4: #f6e5b1;
--color-5: #f17e7e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #f1c3a2, #e0a3c2, #f6e5b1, #f17e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #f1c3a2, #e0a3c2, #f6e5b1, #f17e7e);
}

Shades of Blue color palette created on .