Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #9fc4e9;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #ff7142;
}
.color-4 {
color: #d14c3d;
}
.color-5 {
color: #9f3c5a;
}

/* CSS Variables */
:root {
--color-1: #9fc4e9;
--color-2: #f0a800;
--color-3: #ff7142;
--color-4: #d14c3d;
--color-5: #9f3c5a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fc4e9, #f0a800, #ff7142, #d14c3d, #9f3c5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fc4e9, #f0a800, #ff7142, #d14c3d, #9f3c5a);
}

Shades of Blue color palette created on .