Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #dfbae3;
}
.color-2 {
color: #d6c7e1;
}
.color-3 {
color: #a6c6ed;
}
.color-4 {
color: #709ec2;
}
.color-5 {
color: #a3c4c7;
}

/* CSS Variables */
:root {
--color-1: #dfbae3;
--color-2: #d6c7e1;
--color-3: #a6c6ed;
--color-4: #709ec2;
--color-5: #a3c4c7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfbae3, #d6c7e1, #a6c6ed, #709ec2, #a3c4c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfbae3, #d6c7e1, #a6c6ed, #709ec2, #a3c4c7);
}

Shades of Blue color palette created on .