Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f8caa5;
}
.color-3 {
color: #d5b7e6;
}
.color-4 {
color: #a2c2e6;
}
.color-5 {
color: #5d6b98;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f8caa5;
--color-3: #d5b7e6;
--color-4: #a2c2e6;
--color-5: #5d6b98;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f8caa5, #d5b7e6, #a2c2e6, #5d6b98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f8caa5, #d5b7e6, #a2c2e6, #5d6b98);
}

Shades of Blue color palette created on .