Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #efe4d7;
}
.color-2 {
color: #b0cfe8;
}
.color-3 {
color: #8cb5e3;
}
.color-4 {
color: #4f7cba;
}
.color-5 {
color: #2b4e6e;
}

/* CSS Variables */
:root {
--color-1: #efe4d7;
--color-2: #b0cfe8;
--color-3: #8cb5e3;
--color-4: #4f7cba;
--color-5: #2b4e6e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efe4d7, #b0cfe8, #8cb5e3, #4f7cba, #2b4e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efe4d7, #b0cfe8, #8cb5e3, #4f7cba, #2b4e6e);
}

Shades of Blue color palette created on .