Sunset Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Blue palette

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

Sunset Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #3b7e9b;
}
.color-2 {
color: #a7d8e2;
}
.color-3 {
color: #f1b3a2;
}
.color-4 {
color: #f7c67e;
}
.color-5 {
color: #fb5c3c;
}

/* CSS Variables */
:root {
--color-1: #3b7e9b;
--color-2: #a7d8e2;
--color-3: #f1b3a2;
--color-4: #f7c67e;
--color-5: #fb5c3c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b7e9b, #a7d8e2, #f1b3a2, #f7c67e, #fb5c3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b7e9b, #a7d8e2, #f1b3a2, #f7c67e, #fb5c3c);
}

Sunset Blue color palette created on .