Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #a54a4c;
}
.color-2 {
color: #e9b18b;
}
.color-3 {
color: #c3d6b8;
}
.color-4 {
color: #a8d6e6;
}
.color-5 {
color: #7ebbe7;
}

/* CSS Variables */
:root {
--color-1: #a54a4c;
--color-2: #e9b18b;
--color-3: #c3d6b8;
--color-4: #a8d6e6;
--color-5: #7ebbe7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a54a4c, #e9b18b, #c3d6b8, #a8d6e6, #7ebbe7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a54a4c, #e9b18b, #c3d6b8, #a8d6e6, #7ebbe7);
}

Shades of Blue color palette created on .