Orange Blue Sky カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Blue Sky palette

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

Orange Blue Sky カラーパレット CSS

/* CSS */
.color-1 {
color: #ff5100;
}
.color-2 {
color: #e0a100;
}
.color-3 {
color: #a3c2e0;
}
.color-4 {
color: #4c80e1;
}
.color-5 {
color: #1b398d;
}

/* CSS Variables */
:root {
--color-1: #ff5100;
--color-2: #e0a100;
--color-3: #a3c2e0;
--color-4: #4c80e1;
--color-5: #1b398d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5100, #e0a100, #a3c2e0, #4c80e1, #1b398d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5100, #e0a100, #a3c2e0, #4c80e1, #1b398d);
}

Orange Blue Sky color palette created on .