Blue Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Sunset palette

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

Blue Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #50b4a2;
}
.color-3 {
color: #f4cf3e;
}
.color-4 {
color: #f39c12;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #50b4a2;
--color-3: #f4cf3e;
--color-4: #f39c12;
--color-5: #e74d3c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #50b4a2, #f4cf3e, #f39c12, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #50b4a2, #f4cf3e, #f39c12, #e74d3c);
}

Blue Sunset color palette created on .