Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #396a89;
}
.color-2 {
color: #5b99ae;
}
.color-3 {
color: #8dc1d8;
}
.color-4 {
color: #e8a64f;
}
.color-5 {
color: #cf5c2a;
}

/* CSS Variables */
:root {
--color-1: #396a89;
--color-2: #5b99ae;
--color-3: #8dc1d8;
--color-4: #e8a64f;
--color-5: #cf5c2a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #396a89, #5b99ae, #8dc1d8, #e8a64f, #cf5c2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #396a89, #5b99ae, #8dc1d8, #e8a64f, #cf5c2a);
}

Shades of Blue color palette created on .