Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #f3a27c;
}
.color-2 {
color: #f2e7b5;
}
.color-3 {
color: #b6e2c7;
}
.color-4 {
color: #79cad8;
}
.color-5 {
color: #708ac7;
}

/* CSS Variables */
:root {
--color-1: #f3a27c;
--color-2: #f2e7b5;
--color-3: #b6e2c7;
--color-4: #79cad8;
--color-5: #708ac7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a27c, #f2e7b5, #b6e2c7, #79cad8, #708ac7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a27c, #f2e7b5, #b6e2c7, #79cad8, #708ac7);
}

Shades of Blue color palette created on .