Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #043e86;
}
.color-2 {
color: #0a7ddb;
}
.color-3 {
color: #1cb2e9;
}
.color-4 {
color: #69e4f2;
}
.color-5 {
color: #a5e6f8;
}

/* CSS Variables */
:root {
--color-1: #043e86;
--color-2: #0a7ddb;
--color-3: #1cb2e9;
--color-4: #69e4f2;
--color-5: #a5e6f8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #043e86, #0a7ddb, #1cb2e9, #69e4f2, #a5e6f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #043e86, #0a7ddb, #1cb2e9, #69e4f2, #a5e6f8);
}

Shades of Blue color palette created on .