Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #0a2848;
}
.color-2 {
color: #1d3e59;
}
.color-3 {
color: #4b7d91;
}
.color-4 {
color: #7cb4c5;
}
.color-5 {
color: #f0e3d6;
}

/* CSS Variables */
:root {
--color-1: #0a2848;
--color-2: #1d3e59;
--color-3: #4b7d91;
--color-4: #7cb4c5;
--color-5: #f0e3d6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0a2848, #1d3e59, #4b7d91, #7cb4c5, #f0e3d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0a2848, #1d3e59, #4b7d91, #7cb4c5, #f0e3d6);
}

Shades of Blue color palette created on .