Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #497b9c;
}
.color-2 {
color: #8bb1c1;
}
.color-3 {
color: #f5a524;
}
.color-4 {
color: #f7597c;
}
.color-5 {
color: #e13e33;
}

/* CSS Variables */
:root {
--color-1: #497b9c;
--color-2: #8bb1c1;
--color-3: #f5a524;
--color-4: #f7597c;
--color-5: #e13e33;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #497b9c, #8bb1c1, #f5a524, #f7597c, #e13e33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #497b9c, #8bb1c1, #f5a524, #f7597c, #e13e33);
}

Shades of Blue color palette created on .