Sunrise Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunrise Blue palette

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

Sunrise Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #ff5d38;
}
.color-2 {
color: #ffcb2e;
}
.color-3 {
color: #8e3e8e;
}
.color-4 {
color: #3e7c98;
}
.color-5 {
color: #3de6b0;
}

/* CSS Variables */
:root {
--color-1: #ff5d38;
--color-2: #ffcb2e;
--color-3: #8e3e8e;
--color-4: #3e7c98;
--color-5: #3de6b0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5d38, #ffcb2e, #8e3e8e, #3e7c98, #3de6b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5d38, #ffcb2e, #8e3e8e, #3e7c98, #3de6b0);
}

Sunrise Blue color palette created on .