Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #0c235a;
}
.color-2 {
color: #1f4c7a;
}
.color-3 {
color: #4b8cb4;
}
.color-4 {
color: #73b5d4;
}
.color-5 {
color: #b8dfe5;
}

/* CSS Variables */
:root {
--color-1: #0c235a;
--color-2: #1f4c7a;
--color-3: #4b8cb4;
--color-4: #73b5d4;
--color-5: #b8dfe5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0c235a, #1f4c7a, #4b8cb4, #73b5d4, #b8dfe5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0c235a, #1f4c7a, #4b8cb4, #73b5d4, #b8dfe5);
}

Shades of Blue color palette created on .