Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #d1c1e6;
}
.color-2 {
color: #afa4d0;
}
.color-3 {
color: #8d89b8;
}
.color-4 {
color: #6c82c1;
}
.color-5 {
color: #497fc1;
}

/* CSS Variables */
:root {
--color-1: #d1c1e6;
--color-2: #afa4d0;
--color-3: #8d89b8;
--color-4: #6c82c1;
--color-5: #497fc1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c1e6, #afa4d0, #8d89b8, #6c82c1, #497fc1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c1e6, #afa4d0, #8d89b8, #6c82c1, #497fc1);
}

Shades of Blue color palette created on .