Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #f7b4ab;
}
.color-2 {
color: #f9d890;
}
.color-3 {
color: #a3d55d;
}
.color-4 {
color: #4b9b8b;
}
.color-5 {
color: #2e5d9e;
}

/* CSS Variables */
:root {
--color-1: #f7b4ab;
--color-2: #f9d890;
--color-3: #a3d55d;
--color-4: #4b9b8b;
--color-5: #2e5d9e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b4ab, #f9d890, #a3d55d, #4b9b8b, #2e5d9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b4ab, #f9d890, #a3d55d, #4b9b8b, #2e5d9e);
}

Shades of Blue color palette created on .