Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f7d3a1;
}
.color-3 {
color: #a1e3af;
}
.color-4 {
color: #6db2e3;
}
.color-5 {
color: #5d5b9a;
}

/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f7d3a1;
--color-3: #a1e3af;
--color-4: #6db2e3;
--color-5: #5d5b9a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f7d3a1, #a1e3af, #6db2e3, #5d5b9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f7d3a1, #a1e3af, #6db2e3, #5d5b9a);
}

Shades of Blue color palette created on .