Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #b3c7d6;
}
.color-2 {
color: #789dab;
}
.color-3 {
color: #4694a0;
}
.color-4 {
color: #1b6e79;
}
.color-5 {
color: #0e4d53;
}

/* CSS Variables */
:root {
--color-1: #b3c7d6;
--color-2: #789dab;
--color-3: #4694a0;
--color-4: #1b6e79;
--color-5: #0e4d53;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3c7d6, #789dab, #4694a0, #1b6e79, #0e4d53);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3c7d6, #789dab, #4694a0, #1b6e79, #0e4d53);
}

Shades of Blue color palette created on .