Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #f99f3e;
}
.color-2 {
color: #f8d88b;
}
.color-3 {
color: #a8d3e1;
}
.color-4 {
color: #6e9bcf;
}
.color-5 {
color: #497b9c;
}

/* CSS Variables */
:root {
--color-1: #f99f3e;
--color-2: #f8d88b;
--color-3: #a8d3e1;
--color-4: #6e9bcf;
--color-5: #497b9c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f99f3e, #f8d88b, #a8d3e1, #6e9bcf, #497b9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f99f3e, #f8d88b, #a8d3e1, #6e9bcf, #497b9c);
}

Shades of Blue color palette created on .